Variables

Commands for Variables.

Clone

Copy all environment variables from a source app into the destination app

Delete

Delete an environment variable from the app

Export

Export all app environment variables as KEY=”value” lines to stdout

Import

Import environment variables from a KEY=value file on stdin

List

List all environment variables for the app (values not shown; use show variable for a specific value)

Set

Set an environment variable on the app

Show

Show the value of a specific environment variable