Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/update-toolhive-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ jobs:
echo "changed=true" >> $GITHUB_OUTPUT
fi

- name: Create branch, commit, and push
if: steps.git-diff.outputs.changed == 'true'
run: |
BRANCH=update-toolhive-reference-${VERSION}
git checkout -b "$BRANCH"
git commit -am "Update ToolHive reference docs for ${VERSION}"
git push origin "$BRANCH"
git checkout main
env:
VERSION: ${{ steps.imports.outputs.version }}

- name: Create Pull Request
if: steps.git-diff.outputs.changed == 'true'
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
Expand Down
3 changes: 1 addition & 2 deletions docs/toolhive/reference/cli/thv_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ thv rm [container-name] [flags]
### Options

```
-f, --force Force removal of a running container
-h, --help help for rm
-h, --help help for rm
```

### Options inherited from parent commands
Expand Down
2 changes: 2 additions & 0 deletions docs/toolhive/reference/cli/thv_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
### Options

```
--audit-config string Path to the audit configuration file
--authz-config string Path to the authorization configuration file
--ca-cert string Path to a custom CA certificate file to use for container builds
--enable-audit Enable audit logging with default configuration
-e, --env stringArray Environment variables to pass to the MCP server (format: KEY=VALUE)
-f, --foreground Run in foreground mode (block until container exits)
-h, --help help for run
Expand Down
4 changes: 2 additions & 2 deletions docs/toolhive/reference/cli/thv_secret_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Configure the secrets provider

Configure the secrets provider.
Valid secrets providers are:
- encrypted: Encrypted secrets provider
- 1password: 1Password secrets provider (currently only supports getting secrets)
- encrypted: Full read-write secrets provider
- 1password: Read-only secrets provider

```
thv secret provider <name> [flags]
Expand Down
Loading
Loading