LoginSignup
1
2

More than 5 years have passed since last update.

gcloudコマンドのインストールとリファレンス

Posted at

いつもドキュメントを探している気がするので、まとめておく。

インストール

gcloudコマンドのリファレンス

$ gcloud compute instances -h
Usage: gcloud compute instances [optional flags] <group | command>
  group may be           network-interfaces
  command may be         add-access-config | add-labels | add-metadata |
                         add-tags | attach-disk | create |
                         create-with-container | delete | delete-access-config |
                         describe | detach-disk | get-serial-port-output |
                         list | move | remove-labels | remove-metadata |
                         remove-tags | reset | set-disk-auto-delete |
                         set-machine-type | set-scheduling |
                         set-service-account | simulate-maintenance-event |
                         start | stop | tail-serial-port-output | update |
                         update-access-config | update-container

For detailed information on this command and its flags, run:
  gcloud compute instances --help

以上です。

1
2
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
1
2