Skip to main content
Manage environment variables for your apps. Values are encrypted at rest.

set

Set an environment variable. Keys are auto-uppercased.

Flags

Examples

JSON output


get

Get the plaintext value of an environment variable.

Flags

JSON output


list

List all environment variables for an app. Values are masked.

Flags

JSON output


unset

Remove an environment variable. Keys are auto-uppercased.

Flags

JSON output


import

Import environment variables from a .env file.

Flags

Examples

JSON output


Errors