mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +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
|
|
@ -11,7 +11,7 @@ SYNOPSIS
|
|||
default="/" --dockerfile-image=DOCKERFILE_IMAGE])
|
||||
: --description=DESCRIPTION --ignored-files=[GLOB,...]
|
||||
--included-files=[GLOB,...] --name=NAME --region=REGION
|
||||
--require-approval
|
||||
--[no-]require-approval
|
||||
--service-account=SERVICE_ACCOUNT --substitutions=[KEY=VALUE,...]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -92,8 +92,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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SYNOPSIS
|
|||
default="/" --dockerfile-image=DOCKERFILE_IMAGE])
|
||||
: --description=DESCRIPTION --ignored-files=[GLOB,...]
|
||||
--included-files=[GLOB,...] --name=NAME --region=REGION
|
||||
--require-approval
|
||||
--[no-]require-approval
|
||||
--service-account=SERVICE_ACCOUNT --substitutions=[KEY=VALUE,...]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -71,8 +71,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
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ SYNOPSIS
|
|||
: --enterprise-config=ENTERPRISE_CONFIG]) : --description=DESCRIPTION
|
||||
--ignored-files=[GLOB,...] --include-logs-with-status
|
||||
--included-files=[GLOB,...] --name=NAME --region=REGION
|
||||
--require-approval
|
||||
--[no-]require-approval
|
||||
--service-account=SERVICE_ACCOUNT --substitutions=[KEY=VALUE,...]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -83,8 +83,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
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ SYNOPSIS
|
|||
(--gitlab-config-resource=GITLAB_CONFIG_RESOURCE
|
||||
--project-namespace=PROJECT_NAMESPACE) : --description=DESCRIPTION
|
||||
--ignored-files=[GLOB,...] --included-files=[GLOB,...] --name=NAME
|
||||
--region=REGION --require-approval
|
||||
--region=REGION --[no-]require-approval
|
||||
--service-account=SERVICE_ACCOUNT --substitutions=[KEY=VALUE,...]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -73,8 +73,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
|
||||
|
|
|
|||
|
|
@ -8,10 +8,9 @@ SYNOPSIS
|
|||
| [--dockerfile=DOCKERFILE : --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
|
||||
--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 ...]
|
||||
|
||||
|
|
@ -58,8 +57,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
|
||||
|
|
@ -145,10 +145,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
|
||||
|
|
|
|||
|
|
@ -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 ...]
|
||||
|
||||
|
|
@ -69,8 +68,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
|
||||
|
|
@ -161,10 +161,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
|
||||
|
|
|
|||
|
|
@ -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