There is an embedded gcloud shell in Google Cloud Platform (website)
The shell is actually a micro virtual instance running a Debian DNU/ Linux os.
gcloud is a command line tool for performing platform tasks on GCP.
And you also can install Google Cloud SDK locally on your laptop.
All the tools Google offers including gcloud are installed on the shell virtual instance.
Important!!
* Google Cloud Platform Console (short for Console)
* Google Cloud SDK/Shell
shell是什么语言?shell 语言的本质
“Shell是Linux/Unix的一个外壳,你理解成衣服也行。它负责外界与Linux内核的交互,接收用户或其他应用程序的命令,然后把这些命令转化成内核能理解的语言,传给内核,内核是真正干活的,干完之后再把结果返回用户或应用程序”
----池建强 著. “MacTalk·人生元编程”。
作者:陈浩然MC
链接:https://www.jianshu.com/p/c0db2c215bac
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。
SDK(Software Development Kit)
1. Download
https://cloud.google.com/sdk/docs/quickstart-macos
网友评论