- NAME
- gcloud - manage Google Cloud Platform resources
- SYNOPSIS
-
gcloud GROUP|COMMAND [--format FORMAT] [--help] [--project PROJECT] [--quiet, -q] [--user-output-enabled USER_OUTPUT_ENABLED] [--verbosity VERBOSITY] [-h]
- DESCRIPTION
-
The
gcloud
CLI manages authentication and local configuration, as well as your interaction with the Google Cloud Platform APIs. - FLAGS
-
-
--format
FORMAT
- Specify a format for printed output. By default, a command-specific human-friendly output format is used. Setting this flag to one of the available options will serialize the result of the command in the chosen format and print it to stdout. Supported formats are: "json", "text", "yaml".
-
--help
- Display detailed help.
-
--project
PROJECT
- Google Cloud Platform project to use for this invocation.
-
--quiet
- Disable all interactive prompts when running gcloud commands. If input is required, defaults will be used, or an error will be raised.
-
--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.
-
- GROUPS
-
GROUP
is one of the following. -
-
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.
-
preview
- Manage Preview CLI command groups.
-
sql
- Manage Cloud SQL databases.
-
- COMMANDS
-
COMMAND
is one of the following. -
-
help
- Print a detailed help message.
-
info
- Prints out information about your current gcloud environment.
-
init
- Initialize a gcloud workspace in the current directory.
-
interactive
- Use this tool in an interactive python shell.
-
version
- Print version information for Cloud SDK components.
-
gcloud
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License , and code samples are licensed under the Apache 2.0 License . For details, see our Site Policies .
Last updated August 11, 2014.