Update Docs to include missing CLI subcommands in the reference#400
Conversation
Documents subcommands and flags that exist in CLI v0.19.3 but were missing from the reference: deploy github/get/delete, app delete, the invoke subcommands (get/history/update/browsers/delete-browsers) and flags (--payload-file/--async-timeout/--since), logs --invocation, browsers curl/update/telemetry, and mcp server. Follow-up to #397. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Risk assessment: Very Low.
The diff only adds CLI reference documentation in reference/cli/apps.mdx, reference/cli/browsers.mdx, and reference/cli/mcp.mdx. I don't see production logic, configuration, infrastructure, generated assets, redirects, or navigation changes, so the blast radius is limited to documentation content. I also found no CODEOWNERS file or requested reviewer/team signal in the PR metadata.
Approved based on the current diff.
Sent by Cursor Automation: Assign PR reviewers
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This PR only updates documentation files (mdx) with no code changes, which doesn't require deploy monitoring. To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Risk assessment: Very Low.
The current diff adds CLI reference documentation only: 129 inserted lines across reference/cli/apps.mdx, reference/cli/browsers.mdx, and reference/cli/mcp.mdx. I don't see production logic, configuration, navigation, redirects, infrastructure, generated assets, or shared code changes, so the blast radius is limited to docs content.
I found no CODEOWNERS file and no outstanding review requests in the PR metadata. The PR is already approved on the current head commit (1bd1c55f90beed77c88eaa764e50a2dcec157dd0), so I did not submit another approval.
Sent by Cursor Automation: Assign PR reviewers


Summary
Follow-up to #397. Documents the subcommands and flags that exist in CLI v0.19.3 but were still missing from the CLI reference — purely additive, no restructuring.
What changed
apps.mdx:deploy github,deploy get,deploy deleteapp deleteinvokesubcommands:get,history,update,browsers,delete-browsersinvokeflags:--payload-file/-f,--async-timeout,--sincelogs --invocation/-ibrowsers.mdx:browsers curl,browsers update,browsers telemetry streammcp.mdx:mcp serverValidation
--help.With this, the CLI reference covers the full released command surface.
Note
Low Risk
Documentation-only updates to CLI reference pages; no runtime, auth, or application code changes.
Overview
Adds missing CLI v0.19.3 commands and flags to the Mintlify reference so it matches the shipped binary—purely additive, no page restructuring.
reference/cli/apps.mdxnow documents deploy-from-GitHub (kernel deploy github), deployment get/delete, app delete, invoke lifecycle commands (get,history,update,browsers,delete-browsers), extrainvokeflags (--payload-file,--async-timeout,--since), andkernel logs --invocation.reference/cli/browsers.mdxadds sessionupdateandcurl(with curl-style flags), plus a Telemetry section fortelemetry stream.reference/cli/mcp.mdxaddskernel mcp serverfor MCP server info.Reviewed by Cursor Bugbot for commit 1bd1c55. Bugbot is set up for automated code reviews on this repo. Configure here.