We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a49d91 commit 68b1815Copy full SHA for 68b1815
1 file changed
reference/cli/browsers.mdx
@@ -501,3 +501,18 @@ Create a new browser profile.
501
|------|-------------|
502
| `--name <name>` | Optional unique name for the profile. |
503
| `--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
517
518
+| `--yes`, `-y` | Skip confirmation prompt. |
0 commit comments