Skip to content

Commit 68b1815

Browse files
committed
Document kernel profiles download and delete commands
1 parent 2a49d91 commit 68b1815

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

reference/cli/browsers.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,3 +501,18 @@ Create a new browser profile.
501501
|------|-------------|
502502
| `--name <name>` | Optional unique name for the profile. |
503503
| `--output json`, `-o json` | Output raw JSON object. |
504+
505+
### `kernel profiles download <id-or-name>`
506+
Download a profile as a ZIP archive.
507+
508+
| Flag | Description |
509+
|------|-------------|
510+
| `--to <path>` | Output zip file path. Required. |
511+
| `--pretty` | Pretty-print JSON to file. |
512+
513+
### `kernel profiles delete <id-or-name>`
514+
Delete a profile by ID or name.
515+
516+
| Flag | Description |
517+
|------|-------------|
518+
| `--yes`, `-y` | Skip confirmation prompt. |

0 commit comments

Comments
 (0)