Docs
Referencesince 1.0.0-beta.3

penv env copy

Create an environment with another one's keys; values are never copied

Create an environment with another one's keys; values are never copied.

Usage

penv env copy <from> <to>

Every command also takes the global options.

Arguments

ArgumentRequiredWhat it is
<from>yesThe environment to copy from.
<to>yesThe environment to create.

Exit codes

CodeNameWhat it means
0okThe command did what it says.
1errorUnclassified failure. The message on stderr names the cause.
2authNot signed in, or we rejected the credential.
3validationThe schema or the values did not pass.
5no_credentialNo credential is available and none can be obtained.