devops pipeline create

Create a DevOps Center pipeline.

Provide the URL of an existing repository, or use --create-repo with a repository name to create one. After you create the pipeline, add stages, and activate the pipeline.

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑bitbucket‑project‑keyN/AType: Value

Bitbucket project key to associate with the repository. Optional when creating a Bitbucket repository using ‘–create-repo’.
‑‑bitbucket‑workspaceN/AType: Value

Bitbucket workspace that will own the repository. Required when creating a Bitbucket repository using ‘–create-repo’.
‑‑create‑repoN/AType: Boolean

Create a repository if it doesn’t exist.
‑‑description‑dType: Value

Description of the pipeline.
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑name‑nType: Value
Required

Name of the pipeline.
‑‑repo‑rType: Value
Required

URL of an existing repository or the name of a repository to create.
‑‑repo‑ownerN/AType: Value

Owner (organization or user) of the GitHub repository. Required when creating a GitHub repository using ‘–create-repo’.
‑‑repo‑typeN/AType: Value
Valid Values: github, bitbucket

Type of the source code repository. Required when creating a repository using ‘–create-repo’.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Create a pipeline and associate it with an existing GitHub repository.

Create a pipeline and associate it with a new GitHub repository.

Create a pipeline and create a new Bitbucket repository.

Create a pipeline with a description and associate it with an existing Bitbucket repository.