gcloud beta orchestration-pipelines deploy

NAME
gcloud beta orchestration-pipelines deploy - deploy a pipelines bundle
SYNOPSIS
gcloud beta orchestration-pipelines deploy --environment=ENVIRONMENT [--async] [--local] [--[no-]paused] [--pipeline=PIPELINE] [--rollback] [--substitutions=[KEY=VALUE,…]] [--substitutions-file=SUBSTITUTIONS_FILE] [--validate] [--version=VERSION] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Deploy a pipelines bundle.
REQUIRED FLAGS
--environment=ENVIRONMENT
The target environment for the deployment.
OPTIONAL FLAGS
--async
If set, deploys asynchronously without waiting for the information about all the pipelines in the bundle to become available.
--local
If set, performs a local deployment without requiring Git. Rollback logic will be disabled.
--[no-]paused
Adds the deployed pipelines to the paused_pipelines list. Defaults to true for local deployments, meaning the pipeline will be automatically paused. Use --no-paused to explicitly unpause. Currently only supported when using the --local flag. Use --paused to enable and --no-paused to disable.
--pipeline=PIPELINE
Deploy a specific pipeline by ID, name, or source file. Particularly useful for speeding up --local deployments.
--rollback
If set, performs a rollback to a specified version.
--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.
--validate
If set, performs full validation for resources and pipelines.
--version=VERSION
The git SHA version to rollback to. Required if --rollback is set.
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.