@illoops/cli
v0.2.1
Published
CLI for illoops — run milestones from the terminal
Maintainers
Readme
@illoops/cli
Command-line interface for illoops — run milestones from the terminal.
Usage
illoops <command> [options]Commands
| Command | Description |
| -------------------- | ----------------------------------- |
| 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
| Option | Description | Default |
| ----------------- | ------------------- | ---------------------- |
| --config <path> | Path to config file | .illoops/config.yaml |
| --help | Show help message | |
Examples
# Run a milestone
illoops run setup --config illoops.config.yaml
# Check status
illoops status
# Validate config
illoops validate --config ./my-config.yaml
# Resume interrupted milestones
illoops resumeScripts
pnpm build # Build with tsup
pnpm test # Run tests
pnpm typecheck # Type check
pnpm clean # Remove dist/