Skip to content

Commit

Permalink
docs: remove extension from CLI (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones authored Feb 18, 2025
1 parent 4eb6d97 commit c58275c
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion documentation/docs/getting-started/using-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,28 @@ You can remove installed extensions.

<Tabs groupId="interface">
<TabItem value="cli" label="Config file" default>
To remove extensions, open `~/.config/goose/config.yaml` and delete the extensions.
:::info
To remove an extension, you must [disable](#enablingdisabling-extensions) it first.
:::

1. Run the following command to open up Goose's configurations:
```sh
goose configure
```
2. Select `Remove` from the menu. Disabled extensions will be listed.
3. Arrow down to the extension you want to remove.
4. Press the `space bar` to select the extension. Solid means selected.
```
┌ goose-configure
◇ What would you like to configure?
│ Remove Extension
◆ Select extensions to remove (note: you can only remove disabled extensions - use "space" to toggle and "enter" to submit)
│ ◼ fetch
```
5. Press Enter to save
</TabItem>
<TabItem value="ui" label="Goose Desktop">

Expand Down

0 comments on commit c58275c

Please sign in to comment.