mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Apr 12 10:43:12 UTC 2023
This commit is contained in:
parent
32e56b8b99
commit
b155beb241
220 changed files with 7834 additions and 1142 deletions
|
|
@ -9,11 +9,10 @@ SYNOPSIS
|
|||
: --dockerfile-dir=DOCKERFILE_DIR;
|
||||
default="/" --dockerfile-image=DOCKERFILE_IMAGE])
|
||||
: --description=DESCRIPTION --name=NAME --region=REGION
|
||||
--require-approval --service-account=SERVICE_ACCOUNT
|
||||
--[no-]require-approval --service-account=SERVICE_ACCOUNT
|
||||
--subscription-filter=SUBSCRIPTION_FILTER
|
||||
--substitutions=[KEY=VALUE,...] (--branch=BRANCH
|
||||
| --tag=TAG) (--repository=REPOSITORY
|
||||
| [--repo=REPO --repo-type=REPO_TYPE
|
||||
| --tag=TAG) ([--repo=REPO --repo-type=REPO_TYPE
|
||||
: --github-enterprise-config=GITHUB_ENTERPRISE_CONFIG])])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -75,8 +74,9 @@ REQUIRED FLAGS
|
|||
resources, is used. If builds/region is unset, region is set to
|
||||
global.
|
||||
|
||||
--require-approval
|
||||
Require manual approval for triggered builds.
|
||||
--[no-]require-approval
|
||||
Require manual approval for triggered builds. Use
|
||||
--require-approval to enable and --no-require-approval to disable.
|
||||
|
||||
--service-account=SERVICE_ACCOUNT
|
||||
The service account used for all user-controlled operations
|
||||
|
|
@ -167,10 +167,6 @@ REQUIRED FLAGS
|
|||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--repository=REPOSITORY
|
||||
Repository resource (2nd gen) to use, in the format
|
||||
"projects/*/locations/*/connections/*/repositories/".
|
||||
|
||||
1st-gen repository settings.
|
||||
|
||||
--repo=REPO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue