「Gcp/初期設定」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==CloudSDKインストール== https://cloud.google.com/sdk/docs/quickstart-macos <pre> ./google-cloud-sdk/install.sh gcloud init </pre> *googleのaccountなど設定」) |
|||
(同じ利用者による、間の1版が非表示) | |||
行4: | 行4: | ||
<pre> | <pre> | ||
./google-cloud-sdk/install.sh | ./google-cloud-sdk/install.sh | ||
− | + | </pre> | |
+ | ==SDK の初期化== | ||
+ | <pre> | ||
gcloud init | gcloud init | ||
</pre> | </pre> | ||
− | + | #googleのaccountなどでログイン設定 | |
+ | #プロジェクト設定(firebase?とかで作ったものもでる) |
2019年11月22日 (金) 10:58時点における最新版
CloudSDKインストール
https://cloud.google.com/sdk/docs/quickstart-macos
./google-cloud-sdk/install.sh
SDK の初期化
gcloud init
- googleのaccountなどでログイン設定
- プロジェクト設定(firebase?とかで作ったものもでる)