ionic-cloud deploy web
This command deploys a web build to a live-update channel
ionic-cloud deploy web [flags]
#
FlagsName | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for web |
--destination [required] | []string | [] | Live update channel |
#
Inherited FlagsName | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--build-id [required] | int | Appflow build id | |
--detached | bool | false | Asynchronously run appflow deployment |
--json | bool | false | Shortcut to print deploy output as JSON |
--output | string | "text" | Print deploy output as [json] or human readable [text] |
--config | string | config file | |
--token | string | Ionic authorization token | |
-v, --verbose | bool | false | verbose output |
#
Examplesionic-cloud deploy web --app-id=b3456cd --commit=4c511f16ef2644854d04cabebfcecc82be0eb04f --destination="Production"
#
Aliases- "live-update"