docs: updated reference docs generation

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi 2025-05-05 14:31:35 -07:00
parent 6ed39b2618
commit e1e8f5c68d
No known key found for this signature in database
GPG Key ID: AFA9DE5F8AB7AF39
6 changed files with 34 additions and 34 deletions

View File

@ -6,11 +6,11 @@ Export a build into Docker Desktop bundle
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:-----------------|:---------|:--------|:-----------------------------------------| |:---------------------------------------|:---------|:--------|:-----------------------------------------|
| [`--all`](#all) | `bool` | | Export all records for the builder | | [`--all`](#all) | `bool` | | Export all records for the builder |
| [`--builder`](#builder) | `string` | | Override the configured builder instance | | [`--builder`](#builder) | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging | | [`-D`](#debug), [`--debug`](#debug) | `bool` | | Enable debug logging |
| [`-o`](#o), [`--output`](#output) | `string` | | Output file path | | [`-o`](#output), [`--output`](#output) | `string` | | Output file path |
<!---MARKER_GEN_END--> <!---MARKER_GEN_END-->

View File

@ -6,7 +6,7 @@ Import a build into Docker Desktop
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:----------------|:--------------|:--------|:-----------------------------------------| |:---------------------------------|:--------------|:--------|:-----------------------------------------|
| `--builder` | `string` | | Override the configured builder instance | | `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging | | `-D`, `--debug` | `bool` | | Enable debug logging |
| [`-f`](#file), [`--file`](#file) | `stringArray` | | Import from a file path | | [`-f`](#file), [`--file`](#file) | `stringArray` | | Import from a file path |

View File

@ -6,7 +6,7 @@ Inspect a build attachment
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:----------------|:---------|:--------|:-----------------------------------------| |:------------------|:---------|:--------|:-----------------------------------------|
| `--builder` | `string` | | Override the configured builder instance | | `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging | | `-D`, `--debug` | `bool` | | Enable debug logging |
| `--platform` | `string` | | Platform of attachment | | `--platform` | `string` | | Platform of attachment |

View File

@ -6,7 +6,7 @@ Print the logs of a build
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:----------------|:---------|:--------|:--------------------------------------------------| |:--------------------------|:---------|:--------|:--------------------------------------------------|
| `--builder` | `string` | | Override the configured builder instance | | `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging | | `-D`, `--debug` | `bool` | | Enable debug logging |
| [`--progress`](#progress) | `string` | `plain` | Set type of progress output (plain, rawjson, tty) | | [`--progress`](#progress) | `string` | `plain` | Set type of progress output (plain, rawjson, tty) |

View File

@ -6,7 +6,7 @@ List build records
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:----------------|:--------------|:--------|:---------------------------------------------| |:--------------------------|:--------------|:--------|:---------------------------------------------|
| `--builder` | `string` | | Override the configured builder instance | | `--builder` | `string` | | Override the configured builder instance |
| `-D`, `--debug` | `bool` | | Enable debug logging | | `-D`, `--debug` | `bool` | | Enable debug logging |
| [`--filter`](#filter) | `stringArray` | | Provide filter values (e.g., `status=error`) | | [`--filter`](#filter) | `stringArray` | | Provide filter values (e.g., `status=error`) |

View File

@ -6,7 +6,7 @@ Show the OpenTelemetry trace of a build record
### Options ### Options
| Name | Type | Default | Description | | Name | Type | Default | Description |
|:----------------|:---------|:--------------|:-----------------------------------------| |:------------------------|:---------|:--------------|:-----------------------------------------|
| [`--addr`](#addr) | `string` | `127.0.0.1:0` | Address to bind the UI server | | [`--addr`](#addr) | `string` | `127.0.0.1:0` | Address to bind the UI server |
| `--builder` | `string` | | Override the configured builder instance | | `--builder` | `string` | | Override the configured builder instance |
| [`--compare`](#compare) | `string` | | Compare with another build reference | | [`--compare`](#compare) | `string` | | Compare with another build reference |