gcloudLink
GLOBAL FLAGS:Link
--account= --configuration= --flatten= --project= --format= config, csv, json, yaml, ... --help
checkLink
gcloud components list gcloud projects list gcloud config list
gcloud config configurations activate CONFIGURATION_NAMELink
alias gchange='gcloud config configurations activate'
computeLink
gcloud compute instances list --format json --filter="status='RUNNING'" | jq -r ".[].name" | sort