Google Workspace CLI
31–40 of 316 posts
Re: Google Workspace CLI
#32Basically Google’s take on GAM https://github.com/GAM-team/GAM
Re: Google Workspace CLI
#33I'm curious why `npm` is used to install a `rust` binary?
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
#34Re: Google Workspace CLI
#35I'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
#36Earlier quoted context omitted.
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.
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?
Re: Google Workspace CLI
#37Re: Google Workspace CLI
#38Re: Google Workspace CLI
#39Earlier 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
#40Earlier 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.