ionic-cloud deploy web
This command deploys a web build to a live-update channel
ionic-cloud deploy web [flags]
Examples
ionic-cloud deploy web --app-id=b3456cd --build-id=4c511f1 --destination="Production"
Aliases
- "live-update"
Flags
Name | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--build-id [required] | int | Appflow build id | |
--destination [required] | []string | [] | Live update channel |
--detached | bool | false | Asynchronously run appflow deployment |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for web |
--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 |