@enactprotocol/cli
v2.3.8
Published
Command-line interface for Enact - the npm for AI tools
Downloads
716
Readme
@enactprotocol/cli
Command-line interface for Enact.
Overview
This package provides:
- User-facing CLI commands
- Tool execution (run, exec)
- Discovery (search, learn, list)
- Management (install, sign, publish)
- Security (trust, report)
- Configuration (env, config, cache)
Dependencies
@enactprotocol/shared- Core logiccommander- CLI frameworkchalk- Terminal colorsora- Spinners and progress indicatorsinquirer- Interactive prompts
Development
# Build
bun run build
# Test
bun test
# Run in development mode
bun run dev
# Type check
bun run typecheckUsage
# Execute a tool
enact run <tool> [inputs...]
# Search for tools
enact search <query>
# Install a tool
enact install <tool>
# Manage trust
enact trust add <identity>See CLI Commands Reference for the full command list.
