mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
62 lines
1.3 KiB
Text
62 lines
1.3 KiB
Text
NAME
|
|
gcloud services - list, enable and disable APIs and services
|
|
|
|
SYNOPSIS
|
|
gcloud services GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud services command group lets you manage your project's access to
|
|
services provided by Google and third parties.
|
|
|
|
EXAMPLES
|
|
To see how to enable a service, run:
|
|
|
|
$ gcloud services enable --help
|
|
|
|
To see how to list services, run:
|
|
|
|
$ gcloud services list --help
|
|
|
|
To see how to disable a service, run:
|
|
|
|
$ gcloud services disable --help
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
api-keys
|
|
Manage API keys.
|
|
|
|
operations
|
|
Manage Operation for various services.
|
|
|
|
peered-dns-domains
|
|
Peered DNS domains for various private service connections.
|
|
|
|
vpc-peerings
|
|
VPC Peerings to various services.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
disable
|
|
Disable a service for consumption for a project.
|
|
|
|
enable
|
|
Enables a service for consumption for a project.
|
|
|
|
list
|
|
List services for a project.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha services
|
|
|
|
$ gcloud beta services
|
|
|