pi-cicd
v1.0.14
Published
Extension for Pi coding agent
Readme
pi-cicd
CI/CD workflow automation extension for Pi coding agents.
Features
- Pipeline Orchestration - Define and run CI/CD pipelines
- Headless Mode - Run in CI environments with exit codes
- Exit Codes - Structured exit codes (0=success, 1=error, 10=blocked, 11=cancelled)
- Answer Injection - Provide answers non-interactively
- Event Streaming - JSONL output for CI integration
- Canary Deployments - Progressive deployment with health checks
- Landing Queue - Queue deployments with rollback capability
Install
pi install npm:pi-cicdQuick Start
Run Pipeline
/ci run productionCheck Status
/ci statusDeploy Canary
/ci canary deploy --percentage 10Commands
| Command | Description |
|---------|-------------|
| /ci | CI/CD main command |
| /ci run | Run pipeline |
| /ci status | Check status |
| /ci deploy | Deploy |
| /ci canary | Canary deployment |
Verify
pi listLicense
MIT
