GCP Authentication Cheat Sheet for use with gcloud cli.
Login with Service Account
gcloud auth activate-service-account [SERVICE ACCOUNT EMAIL] --key-file="[KEY FILE NAME JSON]"
List Accounts
gcloud auth list
GCP Authentication Cheat Sheet for use with gcloud cli.
gcloud auth activate-service-account [SERVICE ACCOUNT EMAIL] --key-file="[KEY FILE NAME JSON]"
gcloud auth list