> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI

> The Strait CLI has moved to its own repository.

The Strait CLI now lives in a dedicated repository:

**[github.com/strait-dev/cli](https://github.com/strait-dev/cli)**

Refer to the repository README for installation, usage, and the full command reference.

## Installation

```bash theme={null}
# Homebrew
brew install strait-dev/tap/strait

# Or build from source
git clone https://github.com/strait-dev/cli.git
cd cli
go build -o strait ./cmd/strait
```

## Command Groups

* `jobs`, `runs`, `workflows`, `workflow-runs`, `events`
* `build`, `deploy`, `project`, `secrets`
* `perf`, `team`, `audit`, `status`, `doctor`

For full documentation, see the [CLI repository](https://github.com/strait-dev/cli).
