Skip to main content

Quickstart

Get from zero to a working Boost CLI session in a few minutes.

1. Install the CLI

npm i -g @boostos/cli
# or
bun add -g @boostos/cli

2. Sign in

boost auth login

3. Verify your session

boost auth status

You should see "authenticated": true.

4. Check billing and entitlements

boost account status

You should see your current subscription status and entitlements.

5. Run your first command

boost "open the backend service logs"

Use plain language for command requests. Boost will resolve and run the command in your current repo context.

Next steps