Document kernel profiles download and delete commands#348
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR only adds documentation to CLI reference file (reference/cli/browsers.mdx) with no changes to API endpoints or Temporal workflows. To monitor this PR anyway, reply with |
There was a problem hiding this comment.
Stale comment
Risk assessment: Very Low.
The current diff only adds 17 lines of CLI reference documentation for
kernel profiles downloadandkernel profiles deleteinreference/cli/browsers.mdx. There are no codepath, config, navigation, infrastructure, prompt/instruction, or shared-system changes, and I found noCODEOWNERSfile requiring owner review.The PR is already approved, so I’m not re-approving it. The synchronized update does not increase risk.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Very Low.
The current diff only adds CLI reference documentation for kernel profiles download and kernel profiles delete in reference/cli/browsers.mdx. I found no codepath, config, navigation, infrastructure, prompt/instruction, or shared-system changes, and no CODEOWNERS file requiring owner review.
The PR is already approved, so I’m not re-approving it. The synchronized update does not increase risk.
Sent by Cursor Automation: Assign PR reviewers


Summary
Adds documentation for
kernel profiles download <id-or-name>andkernel profiles delete <id-or-name>to the CLI reference under the Profiles section inreference/cli/browsers.mdx. These commands exist in the CLI but were not documented.Flags documented match the CLI source:
download:--to <path>,--prettydelete:--yes/-yTest plan
Note
Low Risk
Low risk: documentation-only change that adds CLI reference sections without affecting runtime behavior.
Overview
Adds missing CLI reference docs for browser profiles commands
kernel profiles download <id-or-name>andkernel profiles delete <id-or-name>.Documents the supported flags for each command (
download:--to,--pretty;delete:--yes/-y).Reviewed by Cursor Bugbot for commit 253b775. Bugbot is set up for automated code reviews on this repo. Configure here.