Command-line tools
Scaffolding, deploy hooks, log streamers and theme utilities — all driven from your terminal. The BoostEcom CLI talks to the same APIs the dashboard uses, so anything you can do in the UI you can script.
CLI
- Built-in commands
- 32
- Platforms
- macOS · Linux · Win
- Auth
- OIDC
- License
- MIT
no long-lived tokens on disk
Featured
@boostecom/cli
The official CLI manages stores, agents, skills and credits straight from
your terminal. Authentication is OIDC: short-lived tokens minted on demand,
no long-lived secrets stored on disk. Reads the same ~/.boostecom/config
the dashboard uses, so signing in once on the CLI is enough.
Workflows
What operators automate with it
Scaffold a project
`boostecom new my-store` spins up the full BoostEcom shape — agents, skills, env vars, knowledge bases — wired to a fresh org. Boots in under a minute.
Deploy on push
`boostecom deploy` runs the same checks the platform's GitHub Action does. Drop it into your CI to gate merges on agent + connector health.
Stream live logs
`boostecom logs --tail` follows a chat session, an agent run, or a webhook delivery in real time. Filter by agent, store, or status.
Manage credits
Audit credit consumption per org, per agent, per day. Useful before negotiating a plan upgrade or chasing a cost spike.
Rotate connectors
`boostecom connectors rotate shopify` swaps the OAuth token without dropping the connection. Clean for security reviews.
Run skills locally
Pull a skill from the marketplace, run it against a local store fixture, ship the diff. No round-trip to the cloud during dev.
Live catalog
Community CLIs
Common questions
Frequently asked
How do I install the BoostEcom CLI?
Does it work on Windows?
Is it scriptable?
Can I publish my own CLI here?
Drive BoostEcom from your terminal
Install the official CLI in one command, or browse community CLIs that extend it.