appflow live-update bundle-artifact
info
This feature is only available to Enterprise customers with access to Self-hosted Live Updates.
[appflow, live-update, bundle-artifact]
This command creates a pre-bundled Live Update artifact for Appflow, packaging your web app's compiled assets and a manifest file. Bundling prepares the update for deployment by generating necessary metadata and structuring files in a deployment-ready format. Note that after running this command, the update should be uploaded to your hosting provider before registering it with Appflow using the register-artifact command.
appflow live-update bundle-artifact [flags]
Examples
appflow 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 | Appflow config file (.appflow.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. |