4.1.5. envremove

Description

Removes the specified environment.

Usage

bw envremove PATH

  • PATH is the environment to be removed.

Ant Usage

<bw.envremove path="${path}" />

Examples

# Remove the development environment.
bw envremove /local/dev

Notes

  • 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.