Difference between revisions of "Gcloud"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
== Installation ==  
 
== Installation ==  
* MacOS: <code>[[brew install --cask]] google-cloud-sdk</code>
+
* MacOS: <code>[[brew install --cask google-cloud-sdk]]</code>
 
* Linux:
 
* Linux:
 
  <code>[[sudo apt-get install]] [[apt-transport-https]] [[ca-certificates]] [[gnupg]]</code>
 
  <code>[[sudo apt-get install]] [[apt-transport-https]] [[ca-certificates]] [[gnupg]]</code>

Revision as of 10:07, 2 February 2022

Installation

sudo apt-get install apt-transport-https ca-certificates gnupg
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
sudo apt-get update && sudo apt-get install google-cloud-sdk

Examples

gcloud init
gcloud compute instances create
gcloud config list
gcloud auth
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 source repos create
gcloud -q source repos delete

gcloud builds submit

gcloud composer environments create

Related

See also

Advertising: