DevSetup v1.0.10 is here! 🎉 Discover what’s new

Uninstall

Overview

Describes how to use the devsetup -uninstall command to remove a development environment using a configuration file or provider.

Options

Lists the supported input methods for the uninstall command, allowing environments to be removed from various sources.

Uninstall From Local Provider
v1.0.0+

Removes an environment configuration by name from the local environments directory.

devsetup -uninstall -name myproject

Uninstall From Community Provider
v1.0.3+

Removes an environment by name from the built-in community repository.

devsetup -uninstall -name community:hugo

Uninstall From Custom Provider
v1.0.3+

Removes an environment from a user-specified provider, supporting custom or private repositories.

devsetup -uninstall -name privaterepo:myproject

Uninstall From Path
v1.0.8+

Removes an environment directly from a specified file path on the local filesystem.

devsetup -uninstall -path C:\projects\myproject\myproject.devsetup