ionic-cloud live-update bundle-artifact
info
This feature is only available to Enterprise customers with access to Self-hosted Live Updates.
[ionic-cloud, live-update, bundle-artifact]
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 | Description |
---|---|---|---|
--build-dir [required] | string | Web asset path (e.g. 'www') | |
--output-path | string | The path to the output of the resulting zip file | |
--signing-key | string | Private signing key as a string or the path to a file containing the private signing key |
Global Flags
Name | Type | Default | Description |
---|---|---|---|
-h, --help | boolean | false | Print help information for command |
--config | string | Ionic Cloud config file (.ionic-cloud.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 |
---|---|---|
bundlePath | string | The file path to the newly bundled Live Update. |