gcloud beta orchestration-pipelines validate

NAME
gcloud beta orchestration-pipelines validate - validate orchestration pipeline configurations against schemas
SYNOPSIS
gcloud beta orchestration-pipelines validate [--environment=ENVIRONMENT] [--mode=MODE; default="full"] [--pipeline-paths=[PATH,…]] [--substitutions=[KEY=VALUE,…]] [--substitutions-file=SUBSTITUTIONS_FILE] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Validate orchestration pipeline configurations against schemas.
FLAGS
--environment=ENVIRONMENT
The target environment of the pipeline, as defined in deployment.yaml.
--mode=MODE; default="full"
The validation mode to use. 'syntax-only' checks the syntax and type correctness of the pipeline YAML files. 'full' performs 'syntax-only' validation and adds semantic checks for referenced resources such as Cloud project, Composer environment, and other resources in both deployment and pipeline YAML files. Default mode is 'full'. MODE must be one of: syntax-only, full.
--pipeline-paths=[PATH,…]
The list of relative pipeline YAML file paths to validate.
--substitutions=[KEY=VALUE,…]
Variables to substitute in the pipeline configuration.
--substitutions-file=SUBSTITUTIONS_FILE
Path to a YAML file containing variable substitutions for the pipeline configuration.
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
This command is currently in beta and might change without notice.