Cp
The cp
sub-command will copy local or server pipelines.
options
- --verbose Sets the level of verbosity
- -p, --pipeline
The pipeline to copy - -t, --target
The target path - -s, --server
The name of the server to execute the copy operation - -h, --help Print help
- -V, --version Print version
usage
$ bld cp -p source_pipeline.yaml -t target_pipeline.yaml # Copy local pipelines
$ bld cp -p source_pipeline.yaml -t target_pipeline.yaml -s local_server # Copy server pipelines