Google Workspace CLI
71–80 of 316 posts
Re: Google Workspace CLI
#72Haha in the world of AI/MCPs, all of a sudden we have a push for companies to properly build out APIs/CLI tools.
Re: Google Workspace CLI
#73[flagged]
Re: Google Workspace CLI
#74Earlier quoted context omitted.
To my knowledge NPM isn't shipped in _any_ major OSes. It's available to install on all, just like most package managers, but I'm not sure it's in the default distributions of macOS, Windows, or the major Linux distros?
No package manager is. But of the ones that are installed by users, npm is probably the most popular.
Re: Google Workspace CLI
#75[flagged]
Re: Google Workspace CLI
#76Earlier quoted context omitted.
No package manager is. But of the ones that are installed by users, npm is probably the most popular.
What about pip? It's either installed or immediately available on many OSes
Re: Google Workspace CLI
#77Why cli instead of just HTTP API doc? The agent can use curl or write code to send requests.
CLI is probably more reliable. Also, the ergonomics for the person setting up the machine for the AI are better. They can check to see if the command is working without screwing with curl. It's also possible a human might want to use the software / service they're paying for.
Re: Google Workspace CLI
#78Earlier quoted context omitted.
No package manager is. But of the ones that are installed by users, npm is probably the most popular.
What about pip? It's either installed or immediately available on many OSes
if you build for the web, no matter what your backend is (python, go, rust, java, c#), your frontend will almost certainly have some js, so likely you need npm.
Re: Google Workspace CLI
#79[flagged]