mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 09:25:44 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -12,7 +12,8 @@ SYNOPSIS
|
|||
| --dockerfile=DOCKERFILE --dockerfile-dir=DOCKERFILE_DIR;
|
||||
default="/" --dockerfile-image=DOCKERFILE_IMAGE)
|
||||
: --description=DESCRIPTION --ignored-files=[GLOB,...]
|
||||
--included-files=[GLOB,...] --name=NAME --require-approval
|
||||
--include-logs-with-status --included-files=[GLOB,...] --name=NAME
|
||||
--require-approval
|
||||
--service-account=SERVICE_ACCOUNT --substitutions=[KEY=VALUE,...]])
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -67,6 +68,10 @@ REQUIRED FLAGS
|
|||
Glob filter. Changes only affecting ignored files won't trigger
|
||||
builds.
|
||||
|
||||
--include-logs-with-status
|
||||
Build logs will be sent back to GitHub as part of the checkrun
|
||||
result.
|
||||
|
||||
--included-files=[GLOB,...]
|
||||
Glob filter. Changes affecting at least one included file will
|
||||
trigger builds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue