Skip to content

Commit 6c5376f

Browse files
Update ToolHive reference docs for v0.0.45 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a50d388 commit 6c5376f

File tree

4 files changed

+185
-110
lines changed

4 files changed

+185
-110
lines changed

docs/toolhive/reference/cli/thv_rm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

docs/toolhive/reference/cli/thv_run.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/toolhive/reference/cli/thv_secret_provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Configure the secrets provider
66

77
Configure the secrets provider.
88
Valid 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
```
1313
thv secret provider <name> [flags]

0 commit comments

Comments
 (0)