Skip to content

docs(cli): sync command reference + env vars with the CLI#104

Merged
indykish merged 2 commits into
mainfrom
chore/cli-docs-sync
Jun 19, 2026
Merged

docs(cli): sync command reference + env vars with the CLI#104
indykish merged 2 commits into
mainfrom
chore/cli-docs-sync

Conversation

@indykish

@indykish indykish commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Sync the CLI reference docs with the shipped command surface (companion to agentsfleet#436, which removes the in-CLI "Commands by task" guide). No product behavior change — docs only.

What changed

  • cli/agentsfleet.mdx — documented the commands that existed in the CLI but not the docs: agent update --from, memory list, memory search. Added a ## Memory section and an agent update section (each with a flag table), and surfaced tenant provider … in the overview table.
  • cli/configuration.mdx — added the AGENTSFLEET_DASHBOARD_URL row (login verification page; default https://app.agentsfleet.net). It was the only env var the CLI reads (cli/src/services/config.ts) that the configuration page was missing; the other nine were already documented.

Session notes

  • Audited the docs against cli/src/program/cli-tree*.ts: before this PR, agent update, memory list, memory search were undocumented and tenant provider was absent from the overview table. After, every top-level command/group in the reference matches the code.
  • Signatures and flags taken from cli-tree-agent.ts (agent update) and cli-tree-memory.ts (memory list/search).
  • Branch cut fresh off origin/main per repo hygiene (the local docs checkout was on an unrelated branch).

🤖 Generated with Claude Code

Greptile Summary

This is a docs-only sync that brings the CLI command reference up to date with the shipped CLI surface — no product behavior changes.

  • cli/agentsfleet.mdx — documents three previously-undocumented commands (agent update --from, memory list, memory search) with flag tables and examples, adds a new ## Memory section, and adds the tenant provider row to the overview table. Table order now correctly mirrors the document body's section order.
  • cli/configuration.mdx — adds the one env var (AGENTSFLEET_DASHBOARD_URL) that the CLI reads but the configuration page was missing, completing the ten-variable table.

Confidence Score: 5/5

Pure documentation additions with no logic or behavior changes — safe to merge.

Every change is additive prose and tables that match what the PR author verified against CLI source files. The overview table order, section placement, and flag defaults are internally consistent with the rest of the reference page.

No files require special attention.

Important Files Changed

Filename Overview
cli/agentsfleet.mdx Added agent update --from, memory list, memory search sections with flag tables, plus surfaced tenant provider in the overview table. Doc structure and section ordering matches the document body.
cli/configuration.mdx Added the missing AGENTSFLEET_DASHBOARD_URL env-var row; placement and default value are consistent with the existing table.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[agentsfleet CLI] --> B[agent update --from]
    A --> C[memory list]
    A --> D[memory search]
    A --> E[tenant provider show/add/delete]

    B --> B1["PATCH existing agent\n(re-parses SKILL.md + TRIGGER.md)"]
    C --> C1["Read-only view of\nagent durable memory"]
    D --> D1["Substring-search keys\nand content"]
    E --> E1["Show / switch / remove\nself-managed provider"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[agentsfleet CLI] --> B[agent update --from]
    A --> C[memory list]
    A --> D[memory search]
    A --> E[tenant provider show/add/delete]

    B --> B1["PATCH existing agent\n(re-parses SKILL.md + TRIGGER.md)"]
    C --> C1["Read-only view of\nagent durable memory"]
    D --> D1["Substring-search keys\nand content"]
    E --> E1["Show / switch / remove\nself-managed provider"]
Loading

Reviews (2): Last reviewed commit: "docs(cli): order overview table to match..." | Re-trigger Greptile

Bring the CLI reference back in line with the shipped command surface:

- Document the missing commands: `agent update --from`, `memory list`,
  `memory search`, and surface `tenant provider` in the overview table.
- Add a `## Memory` section and an `agent update` section with flag tables.
- Document the `AGENTSFLEET_DASHBOARD_URL` env var (login verification page;
  default https://app.agentsfleet.net) — the only env var the CLI reads that
  the configuration page was missing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Comment thread cli/agentsfleet.mdx Outdated
@mintlify

mintlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
agentsfleet 🟢 Ready View Preview Jun 19, 2026, 12:37 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Address greptile review on #104: the overview table listed "Tenant provider"
before "Billing", but the document body presents Billing first. Reorder the
table rows (Billing, then Tenant provider) so it tracks the body and works as
a navigation guide.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@indykish indykish merged commit 1320b26 into main Jun 19, 2026
4 checks passed
@indykish indykish deleted the chore/cli-docs-sync branch June 19, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant