gws
officialscriptablepopularproductivitybrew
Google · Drive, Gmail, Calendar, Sheets, and Chat from one official CLI.
$ brew install googleworkspace-cliOne-liner to try
$ gws auth setupAgent pack
Quick reference
Install
brew install googleworkspace-cliVerify
gws --helpFirst command
gws auth setupMachine JSON
/cli/gws.jsonAbout
The official CLI from Google. Drive, Gmail, Calendar, Sheets, and Chat from one official CLI. Start with `gws auth setup` and go from there. Supports structured output — good for scripts and agents.
Example workflow
1. gws auth setup2. gws gmail users messages list --params '{"userId": "me", "q": "is:unread newer_than:7d", "maxResults": 5}'3. gws calendar events list --params '{"calendarId": "primary", "maxResults": 5}' --dry-run