gcloud beta orchestration-pipelines init

NAME
gcloud beta orchestration-pipelines init - initialize an orchestration pipeline
SYNOPSIS
gcloud beta orchestration-pipelines init [PIPELINE_NAME] --environment=ENVIRONMENT [--artifacts-bucket=ARTIFACTS_BUCKET] [--composer-environment=COMPOSER_ENVIRONMENT] [--project=PROJECT] [--region=REGION] [--service-account=SERVICE_ACCOUNT] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Initialize an orchestration pipeline.
POSITIONAL ARGUMENTS
[PIPELINE_NAME]
The name of the pipeline file.
REQUIRED FLAGS
--environment=ENVIRONMENT
The environment name (e.g., dev, staging, prod).
OPTIONAL FLAGS
--artifacts-bucket=ARTIFACTS_BUCKET
The Cloud Storage bucket for artifacts.
--composer-environment=COMPOSER_ENVIRONMENT
The Cloud Composer environment.
--project=PROJECT
The Google Cloud project ID.
--region=REGION
The Google Cloud region.
--service-account=SERVICE_ACCOUNT
The service account to use for the Composer environment.
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.