Install gws on your machine
You have three easy options. If you are on a Mac with Homebrew, use that. If you have Node.js installed, use npm. Otherwise download the binary directly from the GitHub Releases page at https://github.com/googleworkspace/cli/releases — pick the file matching your OS and chip, unzip it, and move the gws file somewhere on your PATH (like /usr/local/bin on Mac/Linux). The npm route is the most universal for people who already have Node.
npm: permission denied error on Mac/Linux
Run: sudo npm install -g @googleworkspace/cli — then enter your Mac password when prompted.
