ionic-cloud live-update upload-artifact
info
This feature is only available to Enterprise customers with access to Self-hosted Live Updates.
Bundle and upload a Live Update artifact in Appflow
ionic-cloud live-update upload-artifact [flags]
Examples
ionic-cloud live-update upload-artifact --app-id=12345 --build-dir=www --commit-sha=95f66b50279d54b1f0733e9188fd454768f3fd96 --signing-key=$IONIC_SIGNING_KEY --commit-ref=main [--commit-message=initial]
Aliases
- "upload"
Flags
Name | Type | Default | Usage |
---|---|---|---|
--app-id [required] | string | Appflow app id | |
--build-dir [required] | string | Web asset path (e.g. 'www') | |
--commit-ref [required] | string | Git commit ref such as a branch or a tag | |
--commit-sha [required] | string | Git commit SHA | |
--signing-key [required] | string | Private signing key as a string or the path to a file containing the private signing key | |
--commit-message | string | Commit message to be displayed in Appflow |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for upload-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 |