pipeline
copy
Creates a pipeline from an existing pipeline. You must specify either project_id or space_id.
Syntax
cpd-cli pipeline
copy \
--name=<pipeline-name> \
--pipeline-id=<pipeline-identifier>\
[--description=<pipeline-description> \
[--project-id=<project-id>] \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--description
|
The description of the
new pipeline.
|
--name |
The name of the new
pipeline.
|
--pipeline-id |
Specify a pipeline
identifier.
|
--project-id
|
Specify an IBM Software Hub
project instance.
|
--space-id |
Specify a space
identifier.
|