Catalog

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

no long-lived tokens on disk

License
MIT

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

No listings published yet for this category. Check back soon.

Common questions

Frequently asked

How do I install the BoostEcom CLI?
`npm i -g @boostecom/cli` (Node 20+) or `brew install boostecom-cli` on macOS. First run prompts an OIDC sign-in — no manual token wrangling.
Does it work on Windows?
Yes. The CLI is pure Node + a thin Rust binary for OIDC. Tested on PowerShell, Git Bash, WSL2.
Is it scriptable?
Every command supports `--json` and `--quiet`. Exit codes are stable across releases — safe to wire into shell scripts and CI.
Can I publish my own CLI here?
Yes. Submit a public repo with a stable command surface and a security contact. Verified CLIs that pass our review get the `verified-cli` badge.

Drive BoostEcom from your terminal

Install the official CLI in one command, or browse community CLIs that extend it.