Skip to documentation
CLIStart here

Fleet command-line tools

Choose the client that owns the operation, then use its dedicated reference.

On this page

Choose a CLI

CLIOwnsDoes not own
fltAuthoring, local content, immutable distribution, Registry credentials, and hosted Experiments.Executing Tasks or administering access grants.
fleetMutable platform administration; today, project and Repository access grants.Content transfer or Runtime execution.
fleet-runtimeTask execution, Run coordination, Attempts, Environments, and re-verification.Resolving Registry names or publishing content.

Setup and help

Start with the Quickstart. Configure a default Registry before using shorthand references or platform commands, then authenticate.

Terminal
flt config set registry registry-alpha.fleetai.me
flt auth login registry-alpha.fleetai.me
flt status

flt COMMAND --help
fleet COMMAND --help
fleet-runtime COMMAND --help

Automation and output

Human output is the default. flt --json uses the versioned fleet.cli.v1 envelope and fleet --json uses fleet.control.v1. Their --json and --quiet modes are mutually exclusive. Runtime JSON flags are command-specific; check the selected Runtime command’s help before treating its output as an automation contract.