Docs
Referencesince 1.0.0-alpha.3

penv push

Move local values to the cloud and delete .env

Move local values to the cloud and delete .env.

Usage

penv push [--env <env>] [--org <org>] [--prune]

Every command also takes the global options.

Flags

FlagWhat it doesEnvironment variable
--env <env>The environment to write to.PENV_ENV
--org <org>The organisation that owns a project penv is about to create.
--pruneDelete cloud keys the schema no longer lists. 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.
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.