CLI reference
fased is the control surface for the self-hosted runtime. It is not just a
gateway wrapper. The CLI manages:
- onboarding and install flows
- config and secrets
- Agent workspaces, channel accounts, routing, skills, services, tools, and tasks
- live gateway control and diagnostics
- plugins, skills, and hooks
- wallets, Fased Network, and mining where enabled
Command map
Main command groups
Setup and lifecycle
Onboarding, config, update, uninstall, shell completion, and reset flows.
Runtime and ops
Gateway control, health, doctor, logs, services, security, secrets, and sandboxing.
Agents and tasks
Agents, messages, sessions, memory, task definitions, hooks, approvals, and skills.
Channels and devices
Channel accounts, pairing, QR flows, local nodes, browser, voice call, and DNS.
Models and plugins
Model selection, provider status, plugin management, and ACP agents.
Wallet and network
Wallets, mining, Fased Network, directory, federation, and SAT operator operations.
cron is still documented as a compatibility alias for task. daemon is
still documented as a compatibility service command.
Global flags
--dev- isolate state under
~/.fased-dev
- isolate state under
--profile <name>- isolate state under
~/.fased-<name>
- isolate state under
--no-color- disable ANSI colors
--update- shorthand for
fased update
- shorthand for
-V,--version,-v- print version and exit
Output behavior
- human output is styled only in TTY sessions
--jsondisables styling and is the preferred scripting mode--no-colorandNO_COLOR=1disable ANSI colors- progress indicators are shown for long-running commands when the terminal supports them
Important current behavior
- install and update are still repo-backed by default
fased onboard --install-daemonis for setup and service installation, not the primary version-update path- plugin and hook installs are executable-code paths; treat them with the same care as normal software installs
- legacy alias namespaces remain supported for migration, but the main docs
should prefer the top-level
fased ...forms