← All tools

@capawesome/cli

Popularity 65 Updated Development & Build

The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.

npmauto-collected

Installation

npm
npm install -g @capawesome/cli

Install with npm.

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/cli

Usage

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 --help

Telemetry

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=1

Learn more in the Telemetry documentation.

Development