You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add support to use pnpm instead of npm for install (#385)
This change introduces an option to install and use pnpm for installing
the gemini-cli. In my own testing on a github actions runner pnpm
installed gemini-cli@latest in 10 seconds whereas npm installed in 50
seconds.
---------
Signed-off-by: Dylan Yurgionas <dcreey@google.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,8 @@ go to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-
189
189
190
190
- <aname="__input_upload_artifacts"></a><ahref="#user-content-__input_upload_artifacts"><code>upload_artifacts</code></a>: _(Optional, default: `false`)_ Whether to upload artifacts to the github action.
191
191
192
+
- <aname="__input_use_pnpm"></a><ahref="#user-content-__input_use_pnpm"><code>use_pnpm</code></a>: _(Optional, default: `false`)_ Whether or not to use pnpm instead of npm to install gemini-cli
0 commit comments