ionic-cloud live-update generate-signing-key
info
This feature is only available to Enterprise customers with access to Self-hosted Live Updates.
Generate a public and private key pair for signing Live Updates.
ionic-cloud live-update generate-signing-key [flags]
Examples
ionic-cloud live-update generate-signing-key --public ionic_cloud_public.pem --private ionic_cloud_private.pem
Flags
Name | Type | Default | Usage |
---|---|---|---|
--private | string | "ionic_cloud_private.pem" | File name to use for the private RSA key file. |
--public | string | "ionic_cloud_public.pem" | File name to use for the public RSA key file. |
Global Flags
Name | Type | Default | Usage |
---|---|---|---|
-h, --help | bool | false | help for generate-signing-key |
--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 |