ionic-cloud live-update generate-manifest
[ionic-cloud, live-update, generate-manifest]
Generate the manifest for a Live Update artifact
ionic-cloud live-update generate-manifest [flags]
Examples
ionic-cloud live-update generate-manifest --build-dir=www [--signing-key=$IONIC_SIGNING_KEY --json]
Flags
Name | Type | Default | Description |
---|---|---|---|
--build-dir [required] | string | Web asset path (e.g. 'www') | |
--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 |
---|---|---|
manifestPath | string | The local path to the generated manifest. |