Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit cea9048

Browse files
committed
Fix secret delete command
1 parent 5ef9f8d commit cea9048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toolhive/how-to/secrets-management.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ thv secret get <secret-name>
153153
To delete a secret when it's no longer needed:
154154

155155
```bash
156-
thv secret remove <secret-name>
156+
thv secret delete <secret-name>
157157
```
158158

159159
### Reset your secret store

0 commit comments

Comments
 (0)