I mean it's great that we get this, hopefully it can continue to be maintained and I'd love to see a push for similar stuff for other products and at other companies.
Google Workspace CLI
61–70 of 316 posts
Re: Google Workspace CLI
#62Re: Google Workspace CLI
#63I'm curious why `npm` is used to install a `rust` binary?
They're not doing so here, but shipping a wasm-compiled binary with npm that uses node's WASI API is a really easy way to ship a cross-platform CLI utility. Just needs ~20 lines of JS wrapping it to set up the args and file system.
Re: Google Workspace CLI
#64Is this basically a CLI version of [1]? If so, I'm glad Google is being forward thinking about how developers actually want to use their apps. Better this than a Google dashboard, or slopped together third party libs. I know Google says they don't support it, but they'll probably support it better than someone outside of Google can support it. [1] https://workspaceupdates.googleblog.com/2025/12/workspace-st...
Re: Google Workspace CLI
#65Earlier quoted context omitted.
It’s published by Google, they just don’t provide active “support” for it.
Can you show that the major contributors are employed by Google? I'm not arguing, I'm genuinely asking. Thank you.
Re: Google Workspace CLI
#66Google really know how to screw up a product experience. npm install -g @googleworkspace/cli gws auth setup { "error": { "code": 400, "message": "gcloud CLI not found. Install it from https://cloud.google.com/sdk/docs/install ", "reason": "validationError" } } Which takes you to... https://docs.cloud.google.com/sdk/docs/install-sdk Where you have to download a tarball, extract it and run a shell script. I mean how ha…
The contributors are a Google DRE, 5 bots / automating services, and a dev in Canada.
Re: Google Workspace CLI
#67Basically Google’s take on GAM https://github.com/GAM-team/GAM
gog too, which my openclaw agent always stubbornly wants to use instead of delegating to a subagent + custom calendar/imap proxy server I built. https://github.com/steipete/gogcli
Re: Google Workspace CLI
#68Why cli instead of just HTTP API doc? The agent can use curl or write code to send requests.
Re: Google Workspace CLI
#69Why cli instead of just HTTP API doc? The agent can use curl or write code to send requests.
Re: Google Workspace CLI
#70Remember this repo is not an agent. It's just a cli tool to operate over gsuite documents that happens to have an MCP command and a bunch of skills prebundled.
That's a new one. I guess the hope is agents are good at navigating cli and it also democratizes the ecosystem to be used by any agent as opposed to Microsoft (which only allows Copilot to work in its ecosystem)