Gcloud: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Google Cloud SDK") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://cloud.google.com/sdk/docs/cheatsheet | |||
=Internal= | =Internal= | ||
* [[Google Cloud | * [[Google Cloud CLI#Subjects|Google Cloud CLI]] | ||
=Overview= | |||
<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