appflow live-update delete-channel
note
If a channel referenced in an app using live updates is deleted, live updates will no longer be applied until the channel is recreated or the app is updated to reference a different channel.
[appflow, live-update, delete-channel]
Delete a Live Update channel in Appflow
appflow live-update delete-channel [flags]
Examples
appflow live-update delete-channel --app-id=b3456cd --name=Development
Flags
Name | Type | Default | Description |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--name [required] | string | Live Update channel name | |
--ignore-errors | boolean | false | Ignore channel deletion errors |
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 |
---|---|---|
| string | The command output. |