cli
💻 The Capawesome Cloud Command Line Interface (CLI) can be used to manage Live Updates from the command line.
Installation
The Capawesome Cloud CLI can be installed globally via npm:
npm install -g @capawesome/cliUsage
The Capawesome Cloud CLI can be invoked with the @capawesome/cli command.
npx @capawesome/cli <command> [options]You can find a list of available commands in the Command Reference.
Help
The Capawesome Cloud CLI ships with command documentation that is accessible with the --help flag.
npx @capawesome/cli --helpTelemetry
The Capawesome Cloud CLI sends crash reports to help us identify and fix bugs. No usage analytics are collected.
To opt out, set the following environment variable:
export CAPAWESOME_TELEMETRY_DISABLED=1Learn more in the Telemetry documentation.