Referencesince 1.0.0-alpha.3
penv unset
Remove one value
Remove one value.
Usage
penv unset [--env <env>] <key>Every command also takes the global options.
Arguments
| Argument | Required | What it is |
|---|---|---|
<key> | yes | The key to remove. |
Flags
| Flag | What it does | Environment variable |
|---|---|---|
--env <env> | The environment to write to. | PENV_ENV |
Exit codes
| Code | Name | What it means |
|---|---|---|
0 | ok | The command did what it says. |
1 | error | Something went wrong. |
2 | auth | Not signed in, or the credential was rejected. |
5 | no_credential | No credential is available and none can be obtained. |
6 | environment_refused | This identity may not read that environment. |