docs: adding update command to cli command guide (#1411)

This commit is contained in:
Rizel Scarlett
2025-02-27 11:19:25 -05:00
committed by GitHub
parent ebf1749f3e
commit 7c1bd2d5e7
3 changed files with 50 additions and 15 deletions

View File

@@ -106,6 +106,30 @@ goose --version
---
### update [options]
Update the Goose CLI to a newer version.
**Options:**
- **`--canary, -c`**: Update to the canary (development) version instead of the stable version
- **`--reconfigure, -r`**: Forces Goose to reset configuration settings during the update process
**Usage:**
```bash
# Update to latest stable version
goose update
# Update to latest canary version
goose update --canary
# Update and reconfigure settings
goose update --reconfigure
```
---
### mcp
Run an enabled MCP server specified by `<name>` (e.g. 'Google Drive')