12 lines
479 B
Markdown
12 lines
479 B
Markdown
# Refresh Gemini CLI Local Environment
|
|
|
|
Follow these steps to refresh Gemini CLI's local environment, ensuring that their agent skills and plugins are fully up-to-date.
|
|
|
|
Use the native Gemini CLI extension manager instead of `npx`.
|
|
|
|
1. **Update the Extension:** Run the specific CLI command to update:
|
|
```bash
|
|
gemini extensions update firebase
|
|
```
|
|
*Note: If the extension is named differently, replace `firebase` with the correct name from `gemini extensions list`.*
|