iam
is the command line client for our internal IAM service (iamd).
To install using HomeBrew, run the following command:
$ brew install alphauslabs/tap/iam
To setup authentication, set your GOOGLE_APPLICATION_CREDENTIALS
env variable using your credentials file. You can validate by running the following command:
$ iam whoami
Explore more available subcommands and flags though:
$ iam -h
# or
$ iam <subcmd> -h