LoginSignup
0
1

More than 5 years have passed since last update.

GCP SDK使い方メモ

Posted at

GCPの使い方メモ

今後ちょいちょい追加していく

コマンドから

  1. コンソール起動
  2. ログイン $ gcloud auth login
  3. ブラウザでログイン操作
  4. 所有プロジェクト確認 $ gcloud projects list
  5. プロジェクトの設定 $ gcloud config set project プロジェクト名
  6. 設定の確認 gcloud config list →4と同じであれば問題なし。
  7. GCSへアクセスチェック gsutil ls

gcloud コマンド

  • アップデート gcloud components update
  • 設定 gcloud config
0
1
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
0
1