- 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-pausedto explicitly unpause. Currently only supported when using the--localflag. Use--pausedto enable and--no-pausedto disable. --pipeline=PIPELINE-
Deploy a specific pipeline by ID, name, or source file. Particularly useful for
speeding up
--localdeployments. --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
--rollbackis 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 helpfor details. - NOTES
- This command is currently in beta and might change without notice.
gcloud beta orchestration-pipelines deploy
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-26 UTC.