env unset
Remove one or more environment variables from an App. Unsetting variables creates a new Release with the updated environment configuration.
Syntax
$ convox env unset <key> [key]...
Flags
| Flag | Short | Description |
|---|---|---|
--app |
-a |
App name |
--id |
Send logs to stderr, Release ID to stdout | |
--promote |
-p |
Promote the resulting Release |
--rack |
-r |
Rack name |
--wait |
-w |
Wait for completion |
Example Usage
$ convox env unset DEBUG_MODE LEGACY_FLAG -a myapp
Unsetting DEBUG_MODE, LEGACY_FLAG... OK
Release: RABCDEF