Skip to main content

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

NameTypeDefaultDescription
--build-dir [required]stringWeb asset path (e.g. 'www')
--signing-keystringPrivate signing key as a string or the path to a file containing the private signing key

Global Flags

NameTypeDefaultDescription
-h, --helpbooleanfalsePrint help information for command
--configstringIonic Cloud config file (.ionic-cloud.yaml by default)
--jsonbooleanfalseFor commands with output, shortcut to print as JSON
--outputstring"text"For commands with output, print as [json] or human readable [text]
--tokenstringIonic authorization token

Outputs

NameTypeDescription
manifestPathstringThe local path to the generated manifest.
{
"manifestPath": "www/live-update-manifest.json"
}