Removes the specified environment.
bw envremove PATH
- PATH is the environment to be removed.
<bw.envremove path="${path}" />
# Remove the development environment.
bw envremove /local/dev
- This command prompts for confirmation.
- This command removes an environment directory created with bw envcreate.
- This command should be executed with care, as it removes all configuration, logs, and other runtime data for an environment.