DragonFly On-Line Manual Pages
GCLOUD (1) GCLOUD (1)
NAME
gcloud - manage Google Cloud Platform resources and developer workflow
SYNOPSIS
gcloud GROUP | COMMAND [--format FORMAT] [--help]
[--project PROJECT_ID] [--quiet, -q]
[--user-output-enabled USER_OUTPUT_ENABLED]
[--verbosity VERBOSITY] [-h]
DESCRIPTION
The gcloud CLI manages authentication, local configuration, developer
workflow, and interactions 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_ID
The Google Cloud Platform project name to use for this invocation.
If omitted then the current project is assumed.
--quiet, -q
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
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.
NOTES
This command is in the Google Cloud SDK core component. See installing
components if it is not installed.
GCLOUD (1)