ionic-cloud live-update register-artifact
info
This feature is only available to Enterprise customers with access to Self-hosted Live Updates.
Bundle and register a Live Update artifact in Appflow
ionic-cloud live-update register-artifact [flags]
Examples
ionic-cloud live-update register-artifact --app-id=12345 --artifact-url=https://example.com/builds/95f66b50.zip --commit-sha=95f66b50279d54b1f0733e9188fd454768f3fd96 --commit-ref=main [--commit-message=initial]
Aliases
- "register"
Flags
Name | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--artifact-url [required] | string | The URL to the Self-hosted Live Update Artifact (e.g. 'https://example.com/builds/95f66b50.zip') | |
--commit-ref [required] | string | Git commit ref such as a branch or a tag | |
--commit-sha [required] | string | Git commit SHA | |
--commit-message | string | Commit message to be displayed in Appflow |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for register-artifact |
--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 |