commands
Print the full command tree. In--json mode it is the canonical capability
list for an agent deciding what floo can do.
JSON output
requires_auth is false for the commands that work before floo auth login,
such as init, preflight, and docs. version is the installed CLI version,
which is what makes this list authoritative for the binary in front of you.
docs
Print the topic index, or resolve one topic to its canonical URL on this site. The CLI routes to the docs rather than carrying an offline copy, so a topic never goes stale against the site.Arguments
JSON output
--json returns a topics array of {name, aliases, summary, url}. Append .md to any returned URL for the Markdown source, which is the
form to hand an agent.
Discovery order
When an agent needs to find the right command, this order gets there in the fewest calls and never guesses at a flag:floo commands --jsonfor the capability list.floo <command> --helpfor exact arguments and flags.floo docs <topic> --jsonfor the concept behind the command.
Related
- CLI overview, the output contract and app inference shared by every command
- Agent setup, permissions and the JSON parsing contract