Gcloud: Difference between revisions
Jump to navigation
Jump to search
(4 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 | * [[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= | |||
<syntaxhighlight lang='bash'> | |||
gcloud info | |||
</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