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