Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

gcloud コマンドの対象プロジェクトの切り替え

0
Posted at

自分が所属しているプロジェクトの一覧

gcloud projects list

現在のプロジェクトの確認

gcloud config get-value project

プロジェクトのデフォルトを切り替える

gcloud config set project YOUR_PROJECT_ID

コマンド毎に指定する

gcloud <command> --project=YOUR_PROJECT_ID
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?