Docs
Referencesince 1.0.0-alpha.3

penv reveal

Print one value; an agent session needs a person's approval

Print one value; an agent session needs a person's approval.

Usage

penv reveal [--env <env>] [--approval <approval>] <key>

Every command also takes the global options.

Arguments

ArgumentRequiredWhat it is
<key>yesThe key to reveal.

Flags

FlagWhat it doesEnvironment variable
--env <env>The environment to read.PENV_ENV
--approval <approval>Print the value a person approved under this id.

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorSomething went wrong.
2authNot signed in, or the credential was rejected.
4confirmationA person has to confirm. The JSON carries the command to replay.
5no_credentialNo credential is available and none can be obtained.
6environment_refusedThis identity may not read that environment.

Under an agent

This command can write a secret value to stdout. Under an agent session a person approves it in the console before the value prints.