Choose a CLI
| CLI | Owns | Does not own |
|---|---|---|
flt | Authoring, local content, immutable distribution, Registry credentials, and hosted Experiments. | Executing Tasks or administering access grants. |
fleet | Mutable platform administration; today, project and Repository access grants. | Content transfer or Runtime execution. |
fleet-runtime | Task 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 --helpAutomation 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.