How-to, notes, thoughts


How to upgrade Gemini CLI

For a temporary use:

npx https://github.com/google-gemini/gemini-cli

It is one time installation of the latest version which doesn’t work with new terminal

Global installation:

npm install -g @google/gemini-cli

Upgrade of the global installation:

npm upgrade -g @google/gemini-cli