``` Row Filtering There can be multiple filters, a filter can match multiple columns (wildcard). The semantics should be: For row keep filters, if all filters match, the row is kept. For row drop filters, if any filter matches, the row is dropped. For an individual filter that specifies multiple columns, there is a match if any column matches. Prior to PR 1433, the semantics for keep/drop were reversed; the semantics for multiple columns was correct. PR 1433 corrected the semantics for keep/drop but broke the semantics for multiple columns. This PR corrects the semantics for multiple columns. ```
GAM is a command line tool for Google Workspace (fka G Suite) Administrators to manage domain and user settings quickly and easily.
Quick Start
Linux / MacOS
Open a terminal and run:
bash <(curl -s -S -L https://git.io/install-gam)
this will download GAM, install it and start setup.
To install with pip, run
pip install git+https://github.com/jay0lee/GAM.git#subdirectory=src
This will only download and install GAM. To start setup, simply invoke the gam CLI.
Windows
Download the MSI Installer from the GitHub Releases page. Install the MSI and you'll be prompted to setup GAM.
Documentation
The GAM documentation is hosted in the GitHub Wiki
Mailing List / Discussion group
The GAM mailing list / discussion group is hosted on Google Groups. You can join the list and interact via email, or just post from the web itself.
Chat Room
There is a public chat room hosted in Google Chat. Instructions to join.
Author
GAM is maintained by Jay Lee. Please direct "how do I?" questions to Google Groups.