ionic-cloud live-update bundle-artifact
info
This feature is only available to Enterprise customers with access to Self-hosted Live Updates.
Bundle a Live Update artifact
ionic-cloud live-update bundle-artifact [flags]
Examples
ionic-cloud live-update bundle-artifact --build-dir=www --signing-key=$IONIC_SIGNING_KEY [--output-path=./build.zip]
Aliases
- "bundle"
Flags
Name | Type | Default | Usage |
---|---|---|---|
--build-dir [required] | string | Web asset path (e.g. 'www') | |
--signing-key [required] | string | Private signing key as a string or the path to a file containing the private signing key | |
--output-path | string | The path to the output of the resulting zip file |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for bundle-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 |