What is the Google Cloud CLI?

preview_player
Показать описание

The Google Cloud Command Line Interface, or Google Cloud CLI, makes it easy for developers and administrators to manage their cloud resources and infrastructure from their Linux, macOS or Windows terminal. The Google Cloud CLI provides a terminal command line method to interact with the same Google Cloud services you already manage using the Cloud Console. Watch to learn about gcloud, bq, gsutil and other Google Cloud command line tools to manage your next cloud project.

Chapters:
0:00 - What is the Google Cloud CLI?
0:38 - Google Cloud CLI: gcloud
1:11 - Google Cloud CLI: bq
1:27 - Google Cloud CLI: gsutil
1:41 - Emulators for development
2:00 - Getting started with the Google Cloud CLI

#GoogleCloud

product: Cloud - Management Tools - Cloud Console; fullname: Roger Martinez;
Рекомендации по теме
Комментарии
Автор

Have you used Google Cloud CLI for any of your cloud projects? Let us know in the comments.

googlecloudtech
Автор

I use this tool to spin up a Dynamic Environment for my Performance/Load Tests on a web application. really convenient tool

stojanovskidarko
Автор

Superconvenient for running quick tests and development patterns from the terminal. I typically setup aliases for common tasks such as permisson-granting or vm-instanciation. E.g. when you want to test something from within a region or particular vpc
`alias gcpvm="gcloud compute instances create testinstance --region=europe-west1 --image=<some-base-image> && gcloud compute ssh testinstance"`

victorbodell
join shbcf.ru