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
| Flag | What it does | Environment variable |
|---|---|---|
--env <env> | The environment to write to. | PENV_ENV |
--org <org> | The organisation that owns a project penv is about to create. | |
--prune | Delete cloud keys the schema no longer lists. Human only: an agent session cannot pass it. |
Exit codes
| Code | Name | What it means |
|---|---|---|
0 | ok | The command did what it says. |
1 | error | Something went wrong. |
2 | auth | Not signed in, or the credential was rejected. |
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. |
Related
penv pull: Write a plain .env from the cloud.penv set: Write one value without echoing it.penv login: Sign in with a device code; the credential goes to the OS keychain.- Local and cloud modes