Skip to main content

appflow environment list

[appflow, environment, list]

List all environments for an app in Appflow

appflow environment list [flags]

Examples

appflow environment list --app-id=a1234bc

Flags

NameTypeDefaultDescription
--app-id [required]stringAppflow app id

Global Flags

NameTypeDefaultDescription
-h, --helpbooleanfalsePrint help information for command
--configstringAppflow config file (.appflow.yaml by default)
--jsonbooleanfalseFor commands with output, shortcut to print as JSON
--outputstring"text"For commands with output, print as [json] or human readable [text]
--tokenstringIonic authorization token

Outputs

NameTypeDescription
environmentsobject[]The Environments for your app in Appflow.
.namestringThe name of an Environment you've created in Appflow.
{
"environments": [
{
"name": "MyEnvVar"
}
]
}