2023-10-07 07:37:08 +00:00
|
|
|
---
|
|
|
|
title: "esc env rm"
|
2023-10-09 07:17:56 +00:00
|
|
|
menu:
|
|
|
|
esc_cli:
|
|
|
|
parent: commands
|
2023-10-07 07:37:08 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove an environment or a value from an environment.
|
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
|
|
|
Remove an environment or a value from an environment
|
|
|
|
|
|
|
|
This command removes an environment or a value from an environment.
|
|
|
|
When removing an environment, the environment will no longer be available
|
|
|
|
once this command completes.
|
|
|
|
|
|
|
|
```
|
|
|
|
esc env rm [<org-name>/]<environment-name> [path] [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for rm
|
|
|
|
-y, --yes Skip confirmation prompts, and proceed with removal anyway
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
|
|
|
--env string The name of the environment to operate on.
|
|
|
|
```
|
|
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
|
2023-10-09 07:17:56 +00:00
|
|
|
* [esc env](/docs/esc-cli/commands/esc_env/) - Manage environments
|
2023-10-07 07:37:08 +00:00
|
|
|
|
2023-10-09 07:17:56 +00:00
|
|
|
###### Auto generated by spf13/cobra on 9-Oct-2023
|