@x12i/catalox-cli
v6.0.0
Published
Catalox CLI (re-exports engine bin)
Downloads
1,261
Readme
@x12i/catalox-cli
Thin npm bin wrapper that exposes the catalox CLI from @x12i/catalox-engine.
Part of the Catalox monorepo. Most users install @x12i/catalox (root meta package) which also registers the same binary.
Role
Provides a dedicated package name for CLI-only dependency graphs:
npm install -g @x12i/catalox-cli
catalox firestore probeImplementation lives entirely in @x12i/catalox-engine/dist/cli/ — this package only re-exports the bin entry (bin/catalox.js).
Install
npm install @x12i/catalox-cli
# or globally:
npm install -g @x12i/catalox-cliCommon commands
| Area | Examples |
|------|----------|
| Connectivity | catalox firestore probe |
| Seed | catalox seed validate, catalox seed apply |
| Items | catalox items list, items upsert, items export |
| Bindings | catalox toolbox check-access, ensure-binding |
| Backup | catalox firestore backup, export-gcs, compare-gcs |
| History | catalox history list, history restore |
| Catalog lifecycle | catalox catalog delete, catalog rename |
→ CLI items docs · CLI toolbox · Onboarding
Environment
The CLI loads .env from the current working directory. See environment.md.
From monorepo source
npm run build
npm run cli -- <command> # root package.json script