⌨️ V3 CLI Commands
/docs/core-features/v3-cli-commands
Complete command-line interface for all Ruflo operations.
Core Commands:
| Command | Subcommands | Description |
|---|---|---|
init | 4 | Project initialization with wizard, presets, skills, hooks |
agent | 8 | Agent lifecycle (spawn, list, status, stop, metrics, pool, health, logs) |
swarm | 6 | Multi-agent swarm coordination and orchestration |
memory | 11 | AgentDB memory with vector search (HNSW-indexed) |
mcp | 9 | MCP server management and tool execution |
task | 6 | Task creation, assignment, and lifecycle |
session | 7 | Session state management and persistence |
config | 7 | Configuration management and provider setup |
status | 3 | System status monitoring with watch mode |
start | 3 | Service startup and quick launch |
workflow | 6 | Workflow execution and template management |
hooks | 17 | Self-learning hooks + 12 background workers |
hive-mind | 6 | Queen-led Byzantine fault-tolerant consensus |
Advanced Commands:
| Command | Subcommands | Description |
|---|---|---|
daemon | 5 | Background worker daemon (start, stop, status, trigger, enable) |
neural | 5 | Neural pattern training (train, status, patterns, predict, optimize) |
security | 6 | Security scanning (scan, audit, cve, threats, validate, report) |
performance | 5 | Performance profiling (benchmark, profile, metrics, optimize, report) |
providers | 5 | AI providers (list, add, remove, test, configure) |
plugins | 5 | Plugin management (list, install, uninstall, enable, disable) |
deployment | 5 | Deployment management (deploy, rollback, status, environments, release) |
embeddings | 4 | Vector embeddings (embed, batch, search, init) - faster with ONNX runtime with agentic-flow |
claims | 4 | Claims-based authorization (check, grant, revoke, list) |
migrate | 5 | V2 to V3 migration with rollback support |
process | 4 | Background process management |
doctor | 1 | System diagnostics with health checks |
completions | 4 | Shell completions (bash, zsh, fish, powershell) |
Quick Examples:
bash# Initialize project with wizard npx ruflo@latest init wizard # Start daemon with background workers npx ruflo@latest daemon start # Spawn an agent with specific type npx ruflo@latest agent spawn -t coder --name my-coder # Initialize swarm with V3 mode npx ruflo@latest swarm init --v3-mode # Search memory (HNSW-indexed, 150x faster) npx ruflo@latest memory search -q "authentication patterns" # Run security scan npx ruflo@latest security scan --depth full # Performance benchmark npx ruflo@latest performance benchmark --suite all