@chandrashekharchoudha/bifrost-cli
v0.1.15
Published
Agent-native CLI for Bifrost
Maintainers
Readme
@chandrashekharchoudha/bifrost-cli
Agent-native CLI for Bifrost.
Install
npm install -g @chandrashekharchoudha/bifrost-cliVerify
bifrost version --json
bifrost doctor --jsonConfigure API
The CLI defaults to https://api.bifrost.saastack.site.
For local backend development, override it with:
export BIFROST_API_BASE_URL=http://localhost:8080To point to a different deployed backend, set:
export BIFROST_API_BASE_URL=https://api.bifrost.saastack.siteor persist it:
bifrost config set api_base_url https://api.bifrost.saastack.siteAuth
Headless login:
bifrost auth login --headlessPAT login:
bifrost auth login --token <bf_pat_...>
bifrost auth whoami --json