LoginSignup
2
0

More than 3 years have passed since last update.

gcloud configについて(SDK設定の追加/切り替え/削除など)

Last updated at Posted at 2020-02-05

概要

若干探したので、備忘録。

初期化/作成

gcloud config configurations create <config name>

以下のコマンドでも一応大丈夫(厳密にはsdk初期化コマンド)。

gcloud init

切り替え

gcloud config configurations activate <config name>

削除

gcloud config configurations delete <config name>

設定の一覧表示

gcloud config configurations list

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0