Sign In

@illoops/cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@illoops/cli

CLI for illoops — run milestones from the terminal

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

@illoops/cli

Command-line interface for illoops — run milestones from the terminal.

Usage

illoops <command> [options]

Commands

CommandDescription
run <milestone-id>Execute a specific milestone
statusShow state of all loaded milestones
validateValidate the configuration file
resumeResume all interrupted milestones

Options

OptionDescriptionDefault
--config <path>Path to config file.illoops/config.yaml
--helpShow 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 resume

Scripts

pnpm build      # Build with tsup
pnpm test       # Run tests
pnpm typecheck  # Type check
pnpm clean      # Remove dist/

Keywords

illoops

FAQs

Package last updated on 20 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts