Difference between revisions of "GCP gcloud gutil syntaxes"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
(Created page with "<pre> gcloud compute --project "project-it-1111111" ssh --zone "us-central1-c" "vm-ic" </pre> Category:GCP")
 
Line 1: Line 1:
 
<pre>
 
<pre>
 
gcloud compute --project "project-it-1111111" ssh --zone "us-central1-c" "vm-ic"
 
gcloud compute --project "project-it-1111111" ssh --zone "us-central1-c" "vm-ic"
 +
 +
gsutil ls -al gs://bucket/folder
 
</pre>
 
</pre>
 
[[Category:GCP]]
 
[[Category:GCP]]

Revision as of 16:02, 12 September 2018

gcloud compute --project "project-it-1111111" ssh --zone "us-central1-c" "vm-ic"

gsutil ls -al gs://bucket/folder