@crewspace/cli
v0.1.0
Published
Command-line interface for Crewspace — scaffold, run, and validate multi-agent workflows
Maintainers
Readme
@crewspace/cli
Command-line interface for Crewspace — scaffold, run, and validate multi-agent workflows in TypeScript.
Installation
npm install -g @crewspace/cliOr use directly with npx:
npx crewspace <command>Commands
crewspace run
Run a Crewspace workflow from a configuration file.
crewspace run --config ./my-workflow.tscrewspace validate
Validate a workflow configuration file without executing it.
crewspace validate --config ./my-workflow.tscrewspace init
Scaffold a new Crewspace project.
crewspace init my-projectOptions
| Option | Description |
|--------|-------------|
| --config, -c | Path to workflow configuration file |
| --verbose, -v | Enable verbose output |
| --quiet, -q | Suppress non-essential output |
| --log-level | Set log level (debug, info, warn, error) |
| --help, -h | Show help |
| --version | Show version |
Requirements
- Node.js >= 18.0.0
@crewspace/core>= 0.1.0 (peer dependency)
License
MIT — see LICENSE for details.
