ionic-cloud build
Create a build through Appflow
ionic-cloud build [android, ios, web] [flags]
#
FlagsName | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for build |
--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 | |
--json | bool | false | Shortcut to print build output as JSON |
--output | string | "text" | Print build output as [json] or human readable [text] |
--secret | []string | [] | Secrets to expose to your build. Example: --secret VAR=value |