docs: Update CLI Commands Guide (#1476)

This commit is contained in:
Ebony Louis
2025-03-04 15:44:24 -05:00
committed by GitHub
parent 12ef3e3dec
commit b6f82c3d60

View File

@@ -84,9 +84,10 @@ goose configure
---
### info [options]
Shows Goose information, where goose will load `config.yaml`, store data and logs.
- **`-v, --verbose`**: Show verbose information including config.yaml
Shows Goose information, including the version, configuration file location, session storage, and logs.
- **`-v, --verbose`**: (Optional) Show detailed configuration settings, including environment variables and enabled extensions.
**Usage:**
```bash
@@ -168,4 +169,19 @@ Used to show the available implementations of the agent loop itself
```bash
goose agents
```
```
---
## Keyboard Shortcuts
Goose CLI supports several shortcuts and built-in commands for easier navigation.
### **Slash Commands**
- **`/exit` or `/quit`** - Exit the session
- **`/t`** - Toggle between Light/Dark modes
- **`/?` or `/help`** - Display the help menu
### **Keyboard Navigation**
- **`Ctrl+C`** - Interrupt the current request
- **`Ctrl+J`** - Add a newline
- **Up/Down arrows** - Navigate through command history