mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION]
|
||||
[--execution-history-level=EXECUTION_HISTORY_LEVEL; default="none"]
|
||||
[--labels=[KEY=VALUE,...]] [--service-account=SERVICE_ACCOUNT]
|
||||
[--source=SOURCE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--source=SOURCE] [--tags=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create or update a workflow.
|
||||
|
|
@ -113,6 +113,12 @@ FLAGS
|
|||
deployment. Location needs to be defined as a path to a local file with
|
||||
the source code.
|
||||
|
||||
--tags=[KEY=VALUE,...]
|
||||
List of tags KEY=VALUE pairs to bind. Each item must be expressed as
|
||||
"<tag-key-namespaced-name>=<tag-value-short-name>".
|
||||
|
||||
Example: 123/environment=production,123/costCenter=marketing
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue