A powerful CLI tool to check and update pnpm workspace catalog dependencies, inspired by npm-check-updates.
https://pcu-cli.dev - Full documentation with examples, configuration guides, and API reference.
# Install globally
npm install -g pcu
# Initialize workspace
pcu init
# Check for updates
pcu -c
# Interactive update mode
pcu -i- Catalog Focused - Specialized for pnpm workspace catalog dependency management
- Hybrid Mode - Commands auto-enter interactive prompts when no flags provided
- Interactive Mode - Choose which dependencies to update with intuitive interface
- AI-Powered Analysis - Intelligent recommendations using Claude, Gemini, or Codex CLI
- Security Scanning - Built-in vulnerability detection with auto-fix capability
- High Performance - Parallel API queries and intelligent caching
- Beautiful UI - Multiple themes and progress bar styles
- i18n Support - English, Chinese, Japanese, Korean, Spanish, German, French
| Command | Description |
|---|---|
pcu init |
Initialize PNPM workspace and PCU configuration |
pcu check (pcu -c) |
Check for outdated catalog dependencies |
pcu update (pcu -u) |
Update catalog dependencies |
pcu -i |
Interactive update mode |
pcu security |
Security vulnerability scanning |
pcu ai |
AI provider management |
pcu cache |
Cache management |
pcu workspace |
Workspace information |
pcu theme |
Theme configuration |
We welcome contributions! Please see our Contributing Guide for details.
MIT License - see LICENSE for details.
Made with love for the pnpm community
