Difference between revisions of "Gcloud"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
[[brew cask install]] google-cloud-sdk
+
 
 +
* Installation: <code>[[brew cask install]] google-cloud-sdk</code>
 +
 
 +
 
 
  [[gcloud init]]
 
  [[gcloud init]]
 
  [[gcloud]] compute instances create
 
  [[gcloud]] compute instances create

Revision as of 15:36, 29 April 2021



gcloud init
gcloud compute instances create
gcloud config list
gcloud auth list
gcloud compute images list
gcloud compute instances create VM_NAME \
   [--image=IMAGE | --image-family=IMAGE_FAMILY] \
   --image-project=IMAGE_PROJECT
   --machine-type=MACHINE_TYPE
gcloud projects get-iam-policy
gcloud source repos create
gcloud -q source repos delete 


See also

Advertising: