Earlier quoted context omitted.
Well, mostly because you can now task an LLM with writing the docs.
You also have to expose the API in the first place.
Google Workspace CLI
131–140 of 316 posts
Re: Google Workspace CLI
#132I'm curious why `npm` is used to install a `rust` binary?
NPM as a cross platform package distribution system works really well. The install script checks the OS and Arch, and pulls the right Rust binary. Then, they get upgrade mechanism out of the box too, and an uninstall mechanism. NPM has become the de facto standard for installing any software these days, because it is present on every OS.
Re: Google Workspace CLI
#133I'm curious why `npm` is used to install a `rust` binary?
NPM as a cross platform package distribution system works really well. The install script checks the OS and Arch, and pulls the right Rust binary. Then, they get upgrade mechanism out of the box too, and an uninstall mechanism. NPM has become the de facto standard for installing any software these days, because it is present on every OS.
What?!? Must not be in any OS I've ever installed.
Now tar, on the other hand, exists even in windows.
Re: Google Workspace CLI
#134[flagged]
Is this comment AI generated? I don't like to accuse people of generating comments, but looking at your comment history, almost all of them fit this pattern of a single paragraph with "LLM-isms", this one included (i.e. "the X angle here is real -").
I guess I could build a browser extension to allow for that easily enough.
Re: Google Workspace CLI
#135Earlier quoted context omitted.
Is this comment AI generated? I don't like to accuse people of generating comments, but looking at your comment history, almost all of them fit this pattern of a single paragraph with "LLM-isms", this one included (i.e. "the X angle here is real -").
I find this form you're commenting on less annoying than people starting posts with "this." What a stupid way to say "I agree."
This.
:-p
Re: Google Workspace CLI
#136Earlier quoted context omitted.
yeah just like they’ve slowly won at cloud over AWS and Azure. oh wait
I mean, they are? GCP usage/revenue is growing faster than AWS and Azure. Mostly driven by Gemini pushing folks onto the platform and them deciding "why not move everything else too".
Re: Google Workspace CLI
#137[flagged]
Is this comment AI generated? I don't like to accuse people of generating comments, but looking at your comment history, almost all of them fit this pattern of a single paragraph with "LLM-isms", this one included (i.e. "the X angle here is real -").
Re: Google Workspace CLI
#138Earlier quoted context omitted.
Is this comment AI generated? I don't like to accuse people of generating comments, but looking at your comment history, almost all of them fit this pattern of a single paragraph with "LLM-isms", this one included (i.e. "the X angle here is real -").
I find this form you're commenting on less annoying than people starting posts with "this." What a stupid way to say "I agree."
Re: Google Workspace CLI
#139Claude Opus 4.6 couldn't figure out how to use it to write to a Google Sheet (something to do with escaping the !?) and fell back to calling the sheets API directly with gcloud auth.