1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 17:35:31 +00:00

gcloud: Wed Jan 31 10:36:17 UTC 2024

This commit is contained in:
Automated 2024-01-31 10:36:17 +00:00
parent 7a546ffea4
commit fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions

View file

@ -3,7 +3,8 @@ NAME
specification
SYNOPSIS
gcloud alpha stacks deploy FILE [--region=REGION] [GCLOUD_WIDE_FLAG ...]
gcloud alpha stacks deploy FILE [--region=REGION]
[--service-account=SERVICE_ACCOUNT] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create or replace an application from a YAML specification.
@ -23,6 +24,9 @@ FLAGS
Region in which the resource can be found. Alternatively, set the
property [run/region].
--service-account=SERVICE_ACCOUNT
Name of the service account to use when deploying the integration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha stacks resources delete NAME [--region=REGION]
[GCLOUD_WIDE_FLAG ...]
[--service-account=SERVICE_ACCOUNT] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Stacks resource and its associated bindings.
@ -23,6 +23,9 @@ FLAGS
Region in which the resource can be found. Alternatively, set the
property [run/region].
--service-account=SERVICE_ACCOUNT
Name of the service account to use when deploying the integration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,