Docs
Referencesince 1.0.0-alpha.3

Global options

The options every penv command takes, and what each exit code means.

Every command in this reference takes these.

Options

FlagWhat it does
--jsonEmit JSON on stdout, whatever stdout is attached to.
--format <json|text>Pick the output format: json or text.
--agentTreat this session as an agent: JSON out, values masked.

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorSomething went wrong.
2authNot signed in, or the credential was rejected.
3validationThe schema or the values did not pass.
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.

On this page