@illoops/cli
Command-line interface for illoops — run milestones from the terminal.
Usage
illoops <command> [options]
Commands
run <milestone-id> | Execute a specific milestone |
status | Show state of all loaded milestones |
validate | Validate the configuration file |
resume | Resume all interrupted milestones |
Options
--config <path> | Path to config file | .illoops/config.yaml |
--help | Show help message | |
Examples
illoops run setup --config illoops.config.yaml
illoops status
illoops validate --config ./my-config.yaml
illoops resume
Scripts
pnpm build
pnpm test
pnpm typecheck
pnpm clean