---
title: Capawesome Cloud CLI
description: The Capawesome Cloud CLI manages your apps and resources from the command line — Live Updates, Native Builds, and App Store Publishing.
---

# CLI

The Capawesome Cloud CLI lets you manage your apps and resources straight from the command line — trigger [native builds](../native-builds/index.md), publish [Live Updates](../live-updates/index.md), submit to the [app stores](../app-store-publishing/index.md), 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:

```bash
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](installation.md) — install globally or run with `npx`, and pin a version for CI.
- [Authentication](authentication.md) — log in interactively or with an API token.
- [Usage](usage.md) — command anatomy, global flags, and JSON output.
- [Command reference](commands.md) — every command and option.
- [Examples](examples.md) — ready-to-use recipes for builds, Live Updates, and CI.
- [Scripting](scripting.md) — automate the CLI in scripts and CI/CD pipelines.
- [Telemetry](telemetry.md) — what the CLI collects and how to opt out.
