mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
29
gcloud/pubsub/message-transforms/validate
Normal file
29
gcloud/pubsub/message-transforms/validate
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
NAME
|
||||
gcloud pubsub message-transforms validate - validates a message transform
|
||||
|
||||
SYNOPSIS
|
||||
gcloud pubsub message-transforms validate
|
||||
--message-transform-file=MESSAGE_TRANSFORM_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Validates a message transform.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--message-transform-file=MESSAGE_TRANSFORM_FILE
|
||||
Path to YAML or JSON file containing a message transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha pubsub message-transforms validate
|
||||
|
||||
$ gcloud beta pubsub message-transforms validate
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue