Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 99fe714

Browse files
committed
Update docs for new status flag.
Signed-off-by: Jacob Howard <jacob.howard@docker.com>
1 parent 5bf6fce commit 99fe714

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/reference/docker_model_status.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ usage: docker model status
66
pname: docker model
77
plink: docker_model.yaml
88
options:
9-
- option: format
10-
value_type: string
11-
description: Output format [text|json]
9+
- option: json
10+
value_type: bool
11+
default_value: "false"
12+
description: Format output in JSON
1213
deprecated: false
1314
hidden: false
1415
experimental: false

docs/reference/model_status.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Check if the Docker Model Runner is running
55

66
### Options
77

8-
| Name | Type | Default | Description |
9-
|:-----------|:---------|:--------|:---------------------------|
10-
| `--format` | `string` | | Output format [text\|json] |
8+
| Name | Type | Default | Description |
9+
|:---------|:-------|:--------|:----------------------|
10+
| `--json` | `bool` | | Format output in JSON |
1111

1212

1313
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)