Skip to content

Commit 8cd92ea

Browse files
Update ToolHive reference docs for v0.16.0 (#678)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 116c236 commit 8cd92ea

File tree

5 files changed

+347
-4
lines changed

5 files changed

+347
-4
lines changed

docs/toolhive/reference/cli/thv_skill.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The skill command provides subcommands to manage skills.
3333

3434
* [thv](thv.md) - ToolHive (thv) is a lightweight, secure, and fast manager for MCP servers
3535
* [thv skill build](thv_skill_build.md) - Build a skill
36+
* [thv skill builds](thv_skill_builds.md) - List locally-built skill artifacts
3637
* [thv skill info](thv_skill_info.md) - Show skill details
3738
* [thv skill install](thv_skill_install.md) - Install a skill
3839
* [thv skill list](thv_skill_list.md) - List installed skills
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: thv skill builds
3+
hide_title: true
4+
description: Reference for ToolHive CLI command `thv skill builds`
5+
last_update:
6+
author: autogenerated
7+
slug: thv_skill_builds
8+
mdx:
9+
format: md
10+
---
11+
12+
## thv skill builds
13+
14+
List locally-built skill artifacts
15+
16+
### Synopsis
17+
18+
List all locally-built OCI skill artifacts stored in the local OCI store.
19+
20+
```
21+
thv skill builds [flags]
22+
```
23+
24+
### Options
25+
26+
```
27+
--format string Output format (json, text) (default "text")
28+
-h, --help help for builds
29+
```
30+
31+
### Options inherited from parent commands
32+
33+
```
34+
--debug Enable debug mode
35+
```
36+
37+
### SEE ALSO
38+
39+
* [thv skill](thv_skill.md) - Manage skills
40+
* [thv skill builds remove](thv_skill_builds_remove.md) - Remove a locally-built skill artifact
41+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: thv skill builds remove
3+
hide_title: true
4+
description: Reference for ToolHive CLI command `thv skill builds remove`
5+
last_update:
6+
author: autogenerated
7+
slug: thv_skill_builds_remove
8+
mdx:
9+
format: md
10+
---
11+
12+
## thv skill builds remove
13+
14+
Remove a locally-built skill artifact
15+
16+
### Synopsis
17+
18+
Remove a locally-built OCI skill artifact and its blobs from the local OCI store.
19+
20+
```
21+
thv skill builds remove <tag> [flags]
22+
```
23+
24+
### Options
25+
26+
```
27+
-h, --help help for remove
28+
```
29+
30+
### Options inherited from parent commands
31+
32+
```
33+
--debug Enable debug mode
34+
```
35+
36+
### SEE ALSO
37+
38+
* [thv skill builds](thv_skill_builds.md) - List locally-built skill artifacts
39+

0 commit comments

Comments
 (0)