アクティブなプロジェクトを切り替える
gcloud config set project <PROJECT_ID>
全てのプロジェクトを表示
gcloud projects list
アクティブなアカウントを確認
gcloud auth list
アクティブなアカウントを切り替え
gcloud config set account <EMAIL_ADDRESS>
全ての設定を表示
gcloud config configurations list
設定を新たに作成
gcloud config configurations create <NAME>