Docs
Referencesince 1.0.0-alpha.3

penv pull

Write a plain .env from the cloud

Write a plain .env from the cloud.

Usage

penv pull [--env <env>] [--i-am-human]

Every command also takes the global options.

Flags

FlagWhat it doesEnvironment variable
--env <env>The environment to read.PENV_ENV
--i-am-humanConfirm a person, not an agent, asked for the file. Human only: an agent session cannot pass it.

Exit codes

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