ionic-cloud build
Create a build through Appflow
ionic-cloud build [android, ios, web] [flags]
Flags
Name | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--commit [required] | string | Commit sha | |
--detached | bool | false | Asynchronously run appflow build |
--env | []string | [] | Variables to expose to your build. Variables defined this way override those loaded using the env-file flag. Example: --env VAR=value |
--env-file | []string | [] | Files declaring environment variables to expose to your build. Variables from later files overwrite variables from earlier files. |
--environment | string | The name of the predefined Appflow Environment to expose to your build | |
--secret | []string | [] | Secrets to expose to your build. Example: --secret VAR=value |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for build |
--config | string | config file | |
--json | bool | 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 | |
-v, --verbose | bool | false | verbose output |