ruflo

⌨️ V3 CLI Commands

/docs/core-features/v3-cli-commands

Complete command-line interface for all Ruflo operations.

Core Commands:

CommandSubcommandsDescription
init4Project initialization with wizard, presets, skills, hooks
agent8Agent lifecycle (spawn, list, status, stop, metrics, pool, health, logs)
swarm6Multi-agent swarm coordination and orchestration
memory11AgentDB memory with vector search (HNSW-indexed)
mcp9MCP server management and tool execution
task6Task creation, assignment, and lifecycle
session7Session state management and persistence
config7Configuration management and provider setup
status3System status monitoring with watch mode
start3Service startup and quick launch
workflow6Workflow execution and template management
hooks17Self-learning hooks + 12 background workers
hive-mind6Queen-led Byzantine fault-tolerant consensus

Advanced Commands:

CommandSubcommandsDescription
daemon5Background worker daemon (start, stop, status, trigger, enable)
neural5Neural pattern training (train, status, patterns, predict, optimize)
security6Security scanning (scan, audit, cve, threats, validate, report)
performance5Performance profiling (benchmark, profile, metrics, optimize, report)
providers5AI providers (list, add, remove, test, configure)
plugins5Plugin management (list, install, uninstall, enable, disable)
deployment5Deployment management (deploy, rollback, status, environments, release)
embeddings4Vector embeddings (embed, batch, search, init) - faster with ONNX runtime with agentic-flow
claims4Claims-based authorization (check, grant, revoke, list)
migrate5V2 to V3 migration with rollback support
process4Background process management
doctor1System diagnostics with health checks
completions4Shell 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