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