Created
January 10, 2015 01:51
-
-
Save jbayer/ba731c7c00fc0b528e33 to your computer and use it in GitHub Desktop.
gcloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gcloud | |
Usage: gcloud [optional flags] <group | command> | |
group may be auth | components | compute | config | dns | sql | |
command may be help | info | init | version | |
The *gcloud* CLI manages authentication, local configuration, developer | |
workflow, and interactions with the Google Cloud Platform APIs. | |
optional flags: | |
--format FORMAT Format for printed output. | |
--help Display detailed help. | |
--project PROJECT_ID Google Cloud Platform project ID to use for this | |
invocation. | |
--quiet, -q Disable all interactive prompts. | |
--user-output-enabled USER_OUTPUT_ENABLED | |
Control whether user intended output is printed to the | |
console. (true/false) | |
--verbosity VERBOSITY Override the default verbosity for this command. This | |
must be a standard logging verbosity level: [debug, | |
info, warning, error, critical, none] (Default: | |
[warning]). | |
-h Print a summary help and exit. | |
command groups: | |
auth Manage oauth2 credentials for the Google Cloud SDK. | |
components List, install, update, or remove Google Cloud SDK | |
components or packages. | |
compute Read and manipulate Google Compute Engine resources. | |
config View and edit Google Cloud SDK properties. | |
dns Manage Cloud DNS. | |
sql Manage Cloud SQL databases. | |
commands: | |
help Prints detailed help messages for the specified | |
commands. | |
info Display information about the current gcloud | |
environment. | |
init Create and initialize a gcloud workspace in the current | |
directory. | |
version Print version information for Cloud SDK components. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment