Open source
gws — Google Workspace CLI
25.1k★ · Google officialOne CLI for all of Google Workspace, built for humans and AI agents. Dynamically built from Google's Discovery Service, with 40+ agent skills. I have four merged PRs across documentation, error-handling ergonomics, input-validation security, and output hygiene — small but substantive contributions to a tool I use daily.
PR #485
2026-03-17
fix(http): route error and empty-result messages to stderr
Prevents corruption of machine-readable stdout when piping CLI output through tools like jq.
PR #484
2026-03-17
fix(validate): reject dangerous Unicode characters in input validation
Closes a bypass where zero-width and bidirectional-override characters slipped past ASCII security checks.
PR #428
2026-03-12
feat(error): add structured exit codes for scriptable error handling
Replaces generic exit code 1 with five distinct codes (API, auth, validation, discovery, internal) so shell scripts can branch on failure type.
PR #427
2026-03-12
docs: document helper commands and the + prefix convention
Adds a Helper Commands section and reference table covering 24 helpers across 10 services.
this page only lists merged contributions. open PRs and explorations are not listed until they land.