Docs
Referencesince 1.0.0-beta.3

penv why

Say where a key's value comes from and how penv treats it, never the value

Say where a key's value comes from and how penv treats it, never the value.

Usage

penv why [--env <env>] <key>

Every command also takes the global options.

Arguments

ArgumentRequiredWhat it is
<key>yesThe key.

Flags

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

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorUnclassified failure. The message on stderr names the cause.
3validationThe schema or the values did not pass.
5no_credentialNo credential is available and none can be obtained.
6environment_refusedThis identity may not read that environment.