Skip to content

Commit 5e3223b

Browse files
committed
Include all flags from CLI help for download and delete
1 parent 68b1815 commit 5e3223b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

reference/cli/browsers.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,20 @@ Download a profile as a ZIP archive.
509509
|------|-------------|
510510
| `--to <path>` | Output zip file path. Required. |
511511
| `--pretty` | Pretty-print JSON to file. |
512+
| `--project <id-or-name>` | Project ID or name to scope the request to (or set `KERNEL_PROJECT`). |
513+
| `--log-level <level>` | Set log verbosity (`trace`, `debug`, `info`, `warn`, `error`, `fatal`, `print`). |
514+
| `--no-color` | Disable ANSI colors in output. |
515+
| `--help`, `-h` | Help for `download`. |
516+
| `--version`, `-v` | Print the CLI version. |
512517

513518
### `kernel profiles delete <id-or-name>`
514519
Delete a profile by ID or name.
515520

516521
| Flag | Description |
517522
|------|-------------|
518523
| `--yes`, `-y` | Skip confirmation prompt. |
524+
| `--project <id-or-name>` | Project ID or name to scope the request to (or set `KERNEL_PROJECT`). |
525+
| `--log-level <level>` | Set log verbosity (`trace`, `debug`, `info`, `warn`, `error`, `fatal`, `print`). |
526+
| `--no-color` | Disable ANSI colors in output. |
527+
| `--help`, `-h` | Help for `delete`. |
528+
| `--version`, `-v` | Print the CLI version. |

0 commit comments

Comments
 (0)