CLI reference
Fleet is one binary with a broad operator surface. Use the command's own --help output for its exact flags; this page explains which command family owns each job.
genflow internally. fleet workflow remains a compatibility alias for an older trigger/action rule system. The removed fleet pipeline command is not part of the current CLI.Usage
fleet # show status
fleet --help # top-level help
fleet <command> --help # command-specific flagsStart and operate Fleet
fleet up
One-command onboarding: prerequisites, license, config scaffold, watchers, and brain.
fleet up
fleet up --yes
fleet up --no-brainfleet down
Stop repo and org watchers while leaving active agents alone.
fleet status
Show current fleet, watcher, agent, and pending-work health.
fleet status
fleet status --json
fleet status --watchfleet doctor
Check prerequisites, registration, daemon freshness, integrations, and local connectivity.
fleet doctor
fleet doctor --jsonfleet init
Scaffold Fleet configuration in the current repository.
fleet shutdown
Stop all watchers and Fleet-managed agent sessions.
fleet upgrade
Self-update the binary and optionally restart long-running daemons.
fleet upgrade --check
fleet upgrade --restart-daemonsUnified workflow engine
fleet genflow list
List local genflow definitions declared for advanced CLI use.
fleet genflow lint
Validate role bindings and workflow definitions; suitable for CI.
fleet genflow lint --dir .fleet genflow run
Execute a local genflow definition against a repository and emit artifacts.
fleet genflow run weekly-brief
fleet genflow run --no-cache --json weekly-brieffleet genflow worker
Run the self-hosted worker that pulls dashboard-requested workflow runs.
fleet genflow worker --once
fleet genflow worker --dir .fleet workflow / fleet rule
Manage the older local trigger/action rule subsystem.
This is not the dashboard Workflow Builder. New workflow documentation uses the genflow engine and dashboard definitions.
Agents and organization
fleet agent
List, inspect, create, start, stop, message, attach, clone, enable, disable, and delete agents.
fleet agent list
fleet agent start backend-dev
fleet agent logs backend-devfleet task
Assign and inspect explicit agent tasks.
fleet task assign backend-dev "Fix issue #42"fleet team
Manage teams and team membership.
fleet org
Display the organization and department views.
fleet template
Manage local agent templates.
fleet catalog
Inspect the bundled agent catalog.
fleet marketplace
Inspect and install marketplace listings.
fleet skills
Install or list the Fleet skills vendored with this binary.
fleet skills install
fleet skills listArtifacts, context, and history
fleet artifact
Inspect and manage workflow artifacts.
fleet corpus
Resolve context-corpus files for document workflow steps.
fleet corpus resolvefleet log
Read the unified event and activity timeline.
fleet log --follow
fleet log --since 1h --jsonfleet event
List local events.
fleet digest
Generate and inspect per-project codebase digests.
fleet backup
Back up the Fleet database.
fleet cleanup
Delete old local data with dry-run support.
Integrations and providers
fleet provider
Inspect and configure model/provider settings.
fleet connector
Manage external data connectors and snapshots.
fleet connect
Manage the legacy dashboard-push connection surface.
fleet watch
Create and inspect configured watches.
fleet pr
Create and manage pull requests under Fleet's branch and base rules.
fleet release
Evaluate release-time merge gates.
fleet watcher
Start, stop, and inspect repo or org watcher daemons.
Governance and administration
fleet config
List, get, and set local settings.
fleet admin
Administrative and policy operations.
fleet brain
Run or inspect evaluation, risk, alerts, and evolution.
fleet eval
List or run agent evaluations.
fleet dashboard
Render role-specific executive summaries.
fleet retro
Generate a retrospective for a time window.
fleet billing
Inspect billing and entitlement state.
Programmatic access
fleet mcp serve
Start the MCP server over JSON-RPC 2.0 on stdio.
fleet version
Print version and build information.
fleet version --jsonfleet completion
Generate shell completion scripts.
fleet demo
Run supported demonstration flows.
fleet fabric
Publish events and use inbox, task, claim, and handoff coordination primitives.
Environment
FLEET_DB_PATH=~/.fleet/fleet.db
FLEET_LOG_LEVEL=debug
FLEET_TELEMETRY=0
DO_NOT_TRACK=1