CLI Reference

Complete reference for the HUMΛN CLI

The human CLI is your terminal entry point to the HUMΛN platform. It covers the full lifecycle from identity and intent to the Companion, agent deployment, and execution monitoring.

Installation

npm install -g @human/cli
# or
pnpm add -g @human/cli

Authentication

human login           # Device-flow login
human whoami          # Confirm identity + token status
human doctor          # Full environment health check

Command Families

CommandDescription
human companionCompanion from the terminal — SSE streaming, REPL, slash commands, @mentions
human liveLiveSession control — start, status, stop, override, test-intent
human askIntent-driven: describe what you want, HUMΛN provisions it
human intentFull intent pipeline control (build, compile, provision, REPL)
human evidenceLCEF evidence ingest, portfolio, eligibility, challenge
human setupInstall Agent Developer Kit (hooks, skills, agents, MCP) for Cursor or Claude Code
human agentAgent init, dev, deploy, detect / import / check migration, catalog
human promptsList, lint, render, cost, publish, rollback, and deprecate versioned prompts
human marketplacesearch / browse / install (consumer) + init/lint/publish (author); org MCP mesh tools
human trustTrust Observatory public catalog + org reports/webhooks
human observatoryOperator observatory — publish cards, aggregation runs
human executionMonitor and control async executions
human connectorConnector scaffolding
human doctorEnvironment + auth health check

Global Flags

FlagDescription
--jsonMachine-readable JSON output (supported by all new commands)
--verboseVerbose log output
--debugFull debug output
--helpCommand or subcommand help

Shell Completion

human completion bash >> ~/.bashrc
human completion zsh  >> ~/.zshrc
human completion fish >  ~/.config/fish/completions/human.fish

The completion list is generated at runtime from the live command registry, so new commands appear automatically.