appflow native-config get
[appflow, native-config, get]
Get info for a native config in Appflow
appflow native-config get [flags]
Examples
appflow native-config get --app-id=a1234bc --name="Native Config 1"
Flags
Name | Type | Default | Description |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--name [required] | string | Appflow native config name |
Global Flags
Name | Type | Default | Description |
---|---|---|---|
-h, --help | boolean | false | Print help information for command |
--config | string | Appflow config file (.appflow.yaml by default) | |
--json | boolean | false | For commands with output, shortcut to print as JSON |
--output | string | "text" | For commands with output, print as [json] or human readable [text] |
--token | string | Ionic authorization token |
Outputs
Name | Type | Description |
---|---|---|
name | string | The name of a Native Config you've created in Appflow. |
base (optional) | object | These Native Config variables allow you to override properties on a Native Build. |
.name (optional) | string | Override the home screen name for a Native Build. |
.bundleId (optional) | string | Override the bundle identifier for a Native Build. |
liveUpdatesConfig (optional) | object | These Native Config variables allow you to override properties used by the Live Updates Plugin. |
.appId (optional) | string | Your app's unique identifier in Appflow. |
.channelName (optional) | string | The name of a channel that hosts Live Updates. |
.maxStore (optional) | number | The maximum number of updates for the Live Updates Plugin to store on the device. |
.minBackgroundDuration (optional) | number | The number of seconds the app needs to be in the background before the Live Updates Plugin considers it closed. |
.updateMethod (optional) | string | The update method for the Live Updates Plugin to use. |
.disableDeploy (optional) | boolean | Whether the Live Updates Plugin should be disabled or not. |