Gcloud: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
* https://cloud.google.com/sdk/docs/cheatsheet
* https://cloud.google.com/sdk/docs/cheatsheet
=Internal=
=Internal=
* [[Google Cloud SDK#Subjects|Google Cloud SDK]]
* [[Google Cloud CLI#Subjects|Google Cloud CLI]]
 
=Overview=
=Overview=
<code>gcloud</code> CLI manages Google Cloud Platform resources and developer workflow, authentication, local configuration and interactions with the Google Cloud Platform APIs.
<code>gcloud</code> CLI manages Google Cloud Platform resources and developer workflow, authentication, local configuration and interactions with the Google Cloud Platform APIs.
=Configuration Directory=
<code>~/.config/gcloud/configurations/config_default</code>
=Information about Current Environment=
=Information about Current Environment=
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
gcloud info
gcloud info
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 22:15, 24 August 2021

External

Internal

Overview

gcloud CLI manages Google Cloud Platform resources and developer workflow, authentication, local configuration and interactions with the Google Cloud Platform APIs.

Configuration Directory

~/.config/gcloud/configurations/config_default

Information about Current Environment

gcloud info