Docs
Referencesince 1.0.0-alpha.3

penv run

Validate, then run a command with the values in its environment only

Validate, then run a command with the values in its environment only.

Usage

penv run [--env <env>] [--no-mask] [command...]

Every command also takes the global options.

Arguments

ArgumentRequiredWhat it is
[command...]noThe command to run. Completed as an executable and its arguments. Takes more than one.

Flags

FlagWhat it doesEnvironment variable
--env <env>The environment to read.PENV_ENV
--no-maskLeave the child's output unmasked. Human only: an agent session cannot pass it.

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorSomething went wrong.
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.