Skip to content

Commit e1e8f5c

Browse files
committed
docs: updated reference docs generation
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 6ed39b2 commit e1e8f5c

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
lines changed

docs/reference/buildx_history_export.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Export a build into Docker Desktop bundle
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:-----------------|:---------|:--------|:-----------------------------------------|
10-
| [`--all`](#all) | `bool` | | Export all records for the builder |
11-
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
12-
| `-D`, `--debug` | `bool` | | Enable debug logging |
13-
| [`-o`](#o), [`--output`](#output) | `string` | | Output file path |
8+
| Name | Type | Default | Description |
9+
|:---------------------------------------|:---------|:--------|:-----------------------------------------|
10+
| [`--all`](#all) | `bool` | | Export all records for the builder |
11+
| [`--builder`](#builder) | `string` | | Override the configured builder instance |
12+
| [`-D`](#debug), [`--debug`](#debug) | `bool` | | Enable debug logging |
13+
| [`-o`](#output), [`--output`](#output) | `string` | | Output file path |
1414

1515

1616
<!---MARKER_GEN_END-->

docs/reference/buildx_history_import.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Import a build into Docker Desktop
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:----------------|:--------------|:--------|:-----------------------------------------|
10-
| `--builder` | `string` | | Override the configured builder instance |
11-
| `-D`, `--debug` | `bool` | | Enable debug logging |
12-
| [`-f`](#file), [`--file`](#file) | `stringArray` | | Import from a file path |
8+
| Name | Type | Default | Description |
9+
|:---------------------------------|:--------------|:--------|:-----------------------------------------|
10+
| `--builder` | `string` | | Override the configured builder instance |
11+
| `-D`, `--debug` | `bool` | | Enable debug logging |
12+
| [`-f`](#file), [`--file`](#file) | `stringArray` | | Import from a file path |
1313

1414

1515
<!---MARKER_GEN_END-->

docs/reference/buildx_history_inspect_attachment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Inspect a build attachment
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:----------------|:---------|:--------|:-----------------------------------------|
10-
| `--builder` | `string` | | Override the configured builder instance |
11-
| `-D`, `--debug` | `bool` | | Enable debug logging |
12-
| `--platform` | `string` | | Platform of attachment |
13-
| [`--type`](#type) | `string` | | Type of attachment |
8+
| Name | Type | Default | Description |
9+
|:------------------|:---------|:--------|:-----------------------------------------|
10+
| `--builder` | `string` | | Override the configured builder instance |
11+
| `-D`, `--debug` | `bool` | | Enable debug logging |
12+
| `--platform` | `string` | | Platform of attachment |
13+
| [`--type`](#type) | `string` | | Type of attachment |
1414

1515

1616
<!---MARKER_GEN_END-->

docs/reference/buildx_history_logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Print the logs of a build
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:----------------|:---------|:--------|:--------------------------------------------------|
10-
| `--builder` | `string` | | Override the configured builder instance |
11-
| `-D`, `--debug` | `bool` | | Enable debug logging |
8+
| Name | Type | Default | Description |
9+
|:--------------------------|:---------|:--------|:--------------------------------------------------|
10+
| `--builder` | `string` | | Override the configured builder instance |
11+
| `-D`, `--debug` | `bool` | | Enable debug logging |
1212
| [`--progress`](#progress) | `string` | `plain` | Set type of progress output (plain, rawjson, tty) |
1313

1414

docs/reference/buildx_history_ls.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ List build records
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:----------------|:--------------|:--------|:---------------------------------------------|
10-
| `--builder` | `string` | | Override the configured builder instance |
11-
| `-D`, `--debug` | `bool` | | Enable debug logging |
12-
| [`--filter`](#filter) | `stringArray` | | Provide filter values (e.g., `status=error`) |
13-
| [`--format`](#format) | `string` | `table` | Format the output |
8+
| Name | Type | Default | Description |
9+
|:--------------------------|:--------------|:--------|:---------------------------------------------|
10+
| `--builder` | `string` | | Override the configured builder instance |
11+
| `-D`, `--debug` | `bool` | | Enable debug logging |
12+
| [`--filter`](#filter) | `stringArray` | | Provide filter values (e.g., `status=error`) |
13+
| [`--format`](#format) | `string` | `table` | Format the output |
1414
| [`--local`](#local) | `bool` | | List records for current repository only |
15-
| [`--no-trunc`](#no-trunc) | `bool` | | Don't truncate output |
15+
| [`--no-trunc`](#no-trunc) | `bool` | | Don't truncate output |
1616

1717

1818
<!---MARKER_GEN_END-->

docs/reference/buildx_history_trace.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Show the OpenTelemetry trace of a build record
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:----------------|:---------|:--------------|:-----------------------------------------|
10-
| [`--addr`](#addr) | `string` | `127.0.0.1:0` | Address to bind the UI server |
11-
| `--builder` | `string` | | Override the configured builder instance |
12-
| [`--compare`](#compare) | `string` | | Compare with another build reference |
13-
| `-D`, `--debug` | `bool` | | Enable debug logging |
8+
| Name | Type | Default | Description |
9+
|:------------------------|:---------|:--------------|:-----------------------------------------|
10+
| [`--addr`](#addr) | `string` | `127.0.0.1:0` | Address to bind the UI server |
11+
| `--builder` | `string` | | Override the configured builder instance |
12+
| [`--compare`](#compare) | `string` | | Compare with another build reference |
13+
| `-D`, `--debug` | `bool` | | Enable debug logging |
1414

1515

1616
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)