Skip to content

CLI

The Capawesome Cloud CLI lets you manage your apps and resources straight from the command line — trigger native builds, publish Live Updates, submit to the app stores, and manage channels, environments, and devices. It's the same API the Console uses, which makes it the natural fit for scripting and CI/CD pipelines.

Quickstart

No installation required — run any command with npx. Log in, then run your first command:

npx @capawesome/cli login
npx @capawesome/cli apps:list

That's the whole loop — authenticate once, then call any apps:<resource>:<action> command. The pages below cover each step in more detail.

Learn more

  • Installation — install globally or run with npx, and pin a version for CI.
  • Authentication — log in interactively or with an API token.
  • Usage — command anatomy, global flags, and JSON output.
  • Command reference — every command and option.
  • Examples — ready-to-use recipes for builds, Live Updates, and CI.
  • Scripting — automate the CLI in scripts and CI/CD pipelines.
  • Telemetry — what the CLI collects and how to opt out.