File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
docs/toolhive/reference/cli Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ thv list [flags]
22
22
### Options
23
23
24
24
```
25
- -a, --all Show all workloads (default shows just running)
26
- --format string Output format (json, text, or mcpservers) (default "text")
27
- -h, --help help for list
25
+ -a, --all Show all workloads (default shows just running)
26
+ --format string Output format (json, text, or mcpservers) (default "text")
27
+ -h, --help help for list
28
+ -l, --label stringArray Filter workloads by labels (format: key=value)
28
29
```
29
30
30
31
### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
58
58
--isolate-network Isolate the container network from the host (default: false)
59
59
--jwks-allow-private-ip Allow JWKS/OIDC endpoints on private IP addresses (use with caution)
60
60
--jwks-auth-token-file string Path to file containing bearer token for authenticating JWKS/OIDC requests
61
+ -l, --label stringArray Set labels on the container (format: key=value)
61
62
--name string Name of the MCP server (auto-generated from image if not provided)
62
63
--oidc-audience string Expected audience for the token
63
64
--oidc-client-id string OIDC client ID
Original file line number Diff line number Diff line change @@ -598,6 +598,12 @@ components:
598
598
created_at :
599
599
description : CreatedAt is the timestamp when the workload was created.
600
600
type : string
601
+ labels :
602
+ additionalProperties :
603
+ type : string
604
+ description : Labels are the container labels (excluding standard ToolHive
605
+ labels)
606
+ type : object
601
607
name :
602
608
description : |-
603
609
Name is the name of the workload.
You can’t perform that action at this time.
0 commit comments