feat(cli): add install and link commands for profiles

This commit is contained in:
Rahul Kamat
2026-03-11 13:26:18 -07:00
parent 5453129d9f
commit 1e278c1e5b
7 changed files with 397 additions and 6 deletions

View File

@@ -71,9 +71,11 @@ gemini profiles disable
## Commands
| Command | Description |
| :--------------------------------- | :------------------------------------------------------- |
| `gemini profiles list` | List all available profiles and see which one is active. |
| `gemini profiles enable <name>` | Set a profile as the persistent default. |
| `gemini profiles disable` | Clear the persistent default profile. |
| `gemini profiles uninstall <name>` | Delete a profile from your local storage. |
| Command | Description |
| :--------------------------------- | :----------------------------------------------------------- |
| `gemini profiles list` | List all available profiles and see which one is active. |
| `gemini profiles enable <name>` | Set a profile as the persistent default. |
| `gemini profiles disable` | Clear the persistent default profile. |
| `gemini profiles install <path>` | Install a new profile from a local file (Markdown). |
| `gemini profiles link <path>` | Create a symlink to an existing profile file on your system. |
| `gemini profiles uninstall <name>` | Delete a profile from your local storage. |