Skip to main content

appflow native-config list

[appflow, native-config, list]

List all native configs for an app in Appflow

appflow native-config list [flags]

Examples

appflow native-config 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
namestringThe name of a Native Config you've created in Appflow.
[
{
"name": "Native Config 1"
},
{
"name": "Native Config 2"
}
]