Skip to main content
Runs health checks against all deployed agents via Tailscale SSH to verify they’re reachable and functioning.

Usage

agent-army validate [options]

Options

OptionDescription
-t, --timeout <seconds>SSH timeout in seconds (default: 30)
-c, --config <name>Config name (auto-detected if only one)

Examples

# Validate all agents
agent-army validate

# With custom timeout
agent-army validate --timeout 60