Skip to main content
The Agent Army CLI is the primary interface for managing your agent team: setup, deployment, monitoring, access, and teardown.

Installation

npm install -g agent-army

Commands

CommandDescription
initInteractive setup wizard — configure stack, secrets, and agents
deployDeploy agents with Pulumi
statusShow agent statuses from stack outputs
sshSSH to an agent by name or alias
validateHealth check agents via Tailscale SSH
destroyTear down all resources
listList all saved configs

Global Options

agent-army --version    # Show version
agent-army --help       # Show help
agent-army <cmd> --help # Show command-specific help

Config Management

Configs are stored in ~/.agent-army/configs/<stack>/agent-army.json. The CLI auto-detects your config if only one exists; use -c <name> to specify when you have multiple.