braid docs

Installation

Install the CLI

bash npm install -g @braid-cloud/cli
bash pnpm add -g @braid-cloud/cli
bash yarn global add @braid-cloud/cli
bash bun add -g @braid-cloud/cli

Authenticate

Log in to connect the CLI to your braid account:

braid auth

This opens a browser window for authentication. Once complete, your local auth session is stored for future CLI commands.

Check your auth status at any time:

braid auth status

Configure scope

Set up which profiles and projects the CLI pulls from:

braid scope

This interactive command creates a braid.json in your project root, defining which prompts to install.

Verify

Confirm everything is connected:

braid list

This shows what is currently installed on the machine.

Next steps