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]
13
13
### Options
14
14
15
15
```
16
- -f, --force Force removal of a running container
17
- -h, --help help for rm
16
+ -h, --help help for rm
18
17
```
19
18
20
19
### 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...]
37
37
### Options
38
38
39
39
```
40
+ --audit-config string Path to the audit configuration file
40
41
--authz-config string Path to the authorization configuration file
41
42
--ca-cert string Path to a custom CA certificate file to use for container builds
43
+ --enable-audit Enable audit logging with default configuration
42
44
-e, --env stringArray Environment variables to pass to the MCP server (format: KEY=VALUE)
43
45
-f, --foreground Run in foreground mode (block until container exits)
44
46
-h, --help help for run
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Configure the secrets provider
6
6
7
7
Configure the secrets provider.
8
8
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
11
11
12
12
```
13
13
thv secret provider <name> [flags]
You can’t perform that action at this time.
0 commit comments