gcloud
gcloud compute
gcloud compute ssh INSTANCE_NAME --zone=us-central1-a
--command
gcloud compute ssh INSTANCE_NAME --command="ps aux" --zone=us-central1-a
copy-files
gcloud compute copy-files instance-1:file-1 instance-2:file-2 ... local-directory --zone=us-central1-a gcloud compute copy-files file-1 file-2 ... instance:remote-directory --zone=us-central1-a
gcloud compute config-ssh
gcloud compute instances list
gcloud compute instances delete my-old-vm
gcloud compute instances delete $(gcloud compute instances list --zone=us-central1-b)
-h
gcloud compute instances list -h
--help
--format=json
--format=text
gcloud compute firewall-rules list --format=text
gcloud compute zones list --format=json
--regexp
my-instance-1
my-instance-2
my-instance-3
gcloud compute instances list --regexp my-instance-.*
--fields
gcloud compute instances list --fields name disks[].source disks[].mode
gcloud compute fi
gcloud compute firewall-rules
Demonstrate your proficiency to design, build and manage solutions on Google Cloud Platform.