1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Dec 10 10:54:29 UTC 2025

This commit is contained in:
Automated 2025-12-10 10:54:29 +00:00
parent 7b14250313
commit 6d07e70b12
313 changed files with 11521 additions and 1088 deletions

View file

@ -2,7 +2,7 @@ NAME
gcloud services disable - disable a service for consumption for a project
SYNOPSIS
gcloud services disable [SERVICE ...] [--async] [--force]
gcloud services disable SERVICE [SERVICE ...] [--async] [--force]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -28,7 +28,7 @@ EXAMPLES
$ gcloud services disable my-consumed-service --async
POSITIONAL ARGUMENTS
[SERVICE ...]
SERVICE [SERVICE ...]
The name of the service(s) to disable.
FLAGS

View file

@ -2,7 +2,8 @@ NAME
gcloud services enable - enables a service for consumption for a project
SYNOPSIS
gcloud services enable [SERVICE ...] [--async] [GCLOUD_WIDE_FLAG ...]
gcloud services enable SERVICE [SERVICE ...] [--async]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command enables a service for consumption for a project.
@ -30,7 +31,7 @@ EXAMPLES
$ gcloud services enable service1 service2 service3
POSITIONAL ARGUMENTS
[SERVICE ...]
SERVICE [SERVICE ...]
The name of the service(s) to enable.
FLAGS