Skip to content

CLI reference

These pages are generated from gormes --help. If a flag is documented here, the running binary supports it. Pages are audited against the v0.2.11 binary.

Runtime-ready commands are promoted for configured local use in the current Gormes binary. Row-backed commands are part of the Hermes parity inventory or a planned runtime lane, where the deterministic error path is more useful than an unknown-command failure. Examples: gormes gateway status, gormes whatsapp.

To re-check at any time:

Terminal window
gormes --help
gormes <command> --help
CommandPurpose
gormes acpRun ACP bridge tools
gormes agentManage Gormes agent context templates
gormes authManage Hermes-compatible provider credentials
gormes channelsInspect channel capability metadata
gormes chatOpen chat or send a single query
gormes checkpointsInspect and manage Gormes file-operation rollback state
gormes clawHermes-compatible OpenClaw migration tools
gormes completionGenerate shell completion script
gormes configInspect or update the Gormes configuration files
gormes cronManage scheduled cron jobs
gormes curatorManage Hermes-compatible background skill curation
gormes dashboardStart the Gormes web dashboard
gormes doctorVerify Gormes runtime: provider readiness + built-in tools
gormes fallbackManage fallback providers
gormes gatewayRun Gormes as a multi-channel messaging gateway
gormes gonchoInspect local Goncho memory diagnostics
gormes kanbanManage the durable local multi-agent Kanban board
gormes logoutClear stored authentication for a Hermes-compatible provider
gormes logsShow recent Gormes gateway logs
gormes mcpManage Hermes-compatible MCP servers
gormes memoryInspect persisted memory and extractor state
gormes migrateMigrate state from upstream agents into Gormes (dry-run only in this slice)
gormes modelInteractively select the active model/provider
gormes navivoxNavivox HTTP channel utilities
gormes pluginsManage Hermes-compatible plugins
gormes profileInspect and switch the active Gormes profile
gormes restoreDiscover and restore from a pre-update backup zip
gormes secretsApply, audit, configure, and reload SecretRef-backed runtime secrets
gormes securityAudit gateway, channel, tool, filesystem, and credential security
gormes sessionInspect and export persisted sessions
gormes setupGuided interactive setup — provider, model, and more
gormes skillsManage skills
gormes slackSlack integration helpers
gormes statusShow Gormes runtime and progress blockers
gormes systemEnqueue system events and inspect heartbeat or presence state
gormes telegramRun Gormes as a Telegram bot adapter
gormes uninstallRemove Gormes artifacts from this system
gormes updateUpdate a managed Gormes source checkout
gormes usageShow runtime/provider account usage
gormes versionPrint gormes version
gormes whatsappSet up WhatsApp pairing through the Hermes-compatible Baileys bridge

These flags work on every command:

FlagDefaultPurpose
--offlinefalserun the TUI as a local smoke test without provider health checks or network submits
-p, --profile(active)profile name for this invocation
--skills(none)runtime skill allowlist for this invocation; repeat or comma-separate

These flags work on the bare gormes invocation:

FlagDefaultPurpose
--api-key(none)provider API key override for chat or TUI startup; invocation-only and never persisted
-c, --continuelastresolve a session id or unique prefix and resume it
--endpoint(none)provider endpoint override for chat or TUI startup; invocation-only and also settable via GORMES_ENDPOINT
-m, --model(none)model override for chat or TUI startup; also settable via GORMES_INFERENCE_MODEL
--provider(none)provider override for chat or TUI startup; also settable via GORMES_INFERENCE_PROVIDER
--remote(none)connect the TUI to a remote Gormes gateway over SSE (consumes /events; bypasses local kernel and provider setup)
--resume(none)override persisted session_id for the TUI’s default key
-V, --versionversion for gormes