Docs
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

ArgumentRequiredWhat it is
<key>yesThe key to remove.

Flags

FlagWhat it doesEnvironment variable
--env <env>The environment to write to.PENV_ENV

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorSomething went wrong.
2authNot signed in, or the credential was rejected.
5no_credentialNo credential is available and none can be obtained.
6environment_refusedThis identity may not read that environment.
  • penv set: Write one value without echoing it.
  • penv ls: List keys, types and which ones have a value.