← 全部工具

@capawesome/cli

热度 65 更新于 开发与构建

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

npmauto-collected

安装

npm
npm install -g @capawesome/cli

通过 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