File tree Expand file tree Collapse file tree 4 files changed +185
-110
lines changed
docs/toolhive/reference/cli Expand file tree Collapse file tree 4 files changed +185
-110
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ thv rm [container-name] [flags]
1313### Options
1414
1515```
16- -f, --force Force removal of a running container
17- -h, --help help for rm
16+ -h, --help help for rm
1817```
1918
2019### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -37,8 +37,10 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
3737### Options
3838
3939```
40+ --audit-config string Path to the audit configuration file
4041 --authz-config string Path to the authorization configuration file
4142 --ca-cert string Path to a custom CA certificate file to use for container builds
43+ --enable-audit Enable audit logging with default configuration
4244 -e, --env stringArray Environment variables to pass to the MCP server (format: KEY=VALUE)
4345 -f, --foreground Run in foreground mode (block until container exits)
4446 -h, --help help for run
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Configure the secrets provider
66
77Configure the secrets provider.
88Valid secrets providers are:
9- - encrypted: Encrypted secrets provider
10- - 1password: 1Password secrets provider (currently only supports getting secrets)
9+ - encrypted: Full read-write secrets provider
10+ - 1password: Read-only secrets provider
1111
1212```
1313thv secret provider <name> [flags]
You can’t perform that action at this time.
0 commit comments