Skip to content

Commit 2a56ffe

Browse files
nektos/actgithub-actions[bot]
nektos/act
authored andcommitted
Update ToolHive reference docs for v0.0.45
1 parent cbd5760 commit 2a56ffe

File tree

5 files changed

+185
-121
lines changed

5 files changed

+185
-121
lines changed

.github/workflows/update-toolhive-reference.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ jobs:
3939
echo "changed=true" >> $GITHUB_OUTPUT
4040
fi
4141
42-
- name: Create branch, commit, and push
43-
if: steps.git-diff.outputs.changed == 'true'
44-
run: |
45-
BRANCH=update-toolhive-reference-${VERSION}
46-
git checkout -b "$BRANCH"
47-
git commit -am "Update ToolHive reference docs for ${VERSION}"
48-
git push origin "$BRANCH"
49-
git checkout main
50-
env:
51-
VERSION: ${{ steps.imports.outputs.version }}
52-
5342
- name: Create Pull Request
5443
if: steps.git-diff.outputs.changed == 'true'
5544
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6

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)