CLI Reference
The braid CLI installs prompts — rules, skills, workflows, and sub-agents — to your AI coding tools as native files.
For marketplace installs, the CLI uses the same local-file pipeline. Buy or claim a pack in Braid, then run braid marketplace install <slug>.
Usage
braid <command> [options]
Commands
| Command | Description |
|---|---|
install | Install prompts to your coding tools |
auth | Authenticate with braid |
scope | Configure which profiles and projects to install from |
list | List installed prompts |
update | Update installed prompts to latest versions |
remove | Remove installed prompts |
rules | Create, update, and manage rules |
profiles | Manage profiles |
projects | Manage projects |
agents | Manage sub-agent configurations |
references | Manage rule reference files |
marketplace | Browse and install marketplace packs |
Global options
| Option | Description |
|---|---|
--version | Show CLI version |
--help | Show help for any command |
-s, --server <url> | Custom server URL (review apps, local dev) |
Configuration
The CLI reads from two config files:
braid.json— project-level config, committed to version controlbraid.user.json— user-level overrides, gitignored
Both are created by braid scope.