Referencesince 1.0.0-beta.3
penv bundle
Write one environment's values, encrypted, to .penv/<env>.bundle for a deploy
Write one environment's values, encrypted, to .penv/<env>.bundle for a deploy.
Usage
penv bundle [--env <env>]Every command also takes the global options.
Flags
| Flag | What it does | Environment variable |
|---|---|---|
--env <env> | The environment to bundle. | PENV_ENV |
Exit codes
| Code | Name | What it means |
|---|---|---|
0 | ok | The command did what it says. |
1 | error | Unclassified failure. The message on stderr names the cause. |
2 | auth | Not signed in, or we rejected the credential. |
3 | validation | The schema or the values did not pass. |
5 | no_credential | No credential is available and none can be obtained. |
6 | environment_refused | This identity may not read that environment. |
Under an agent
This command can write a secret value to stdout.