diff --git a/reference/cli/browsers.mdx b/reference/cli/browsers.mdx index 50a7434..66b8a4a 100644 --- a/reference/cli/browsers.mdx +++ b/reference/cli/browsers.mdx @@ -501,3 +501,18 @@ Create a new browser profile. |------|-------------| | `--name ` | Optional unique name for the profile. | | `--output json`, `-o json` | Output raw JSON object. | + +### `kernel profiles download ` +Download a profile as a ZIP archive. + +| Flag | Description | +|------|-------------| +| `--to ` | Output zip file path. Required. | +| `--pretty` | Pretty-print JSON to file. | + +### `kernel profiles delete ` +Delete a profile by ID or name. + +| Flag | Description | +|------|-------------| +| `--yes`, `-y` | Skip confirmation prompt. |