ACE CLI - Command-line tool for intelligent pattern learning and playbook management
npm install @ace-sdk/cliCommand-line tool for ACE pattern learning.


``bash`
npm install -g @ace-sdk/cli
- 32+ Commands: patterns, search, learn, bootstrap, and more
- Multi-Org Support: Work with multiple organizations and projects
- 3-Tier Caching: RAM → SQLite → Server for fast pattern access
- Session Recording: Capture execution traces for AI-powered learning
- JSON Output: Automation-friendly structured output
`bashConfigure connection to ACE Server
ce-ace config
Commands Overview
| Command | Description |
|---------|-------------|
|
patterns | View playbook patterns |
| search | Semantic search across patterns |
| learn | Submit execution trace for learning |
| bootstrap | Initialize playbook from codebase |
| status | Show playbook statistics |
| config | Configure server connection |
| doctor` | Run diagnostics |Full documentation: packages/cli/docs
See also: Root README for complete command reference.
MIT © CE.NET Team