A dev-pipeline plugin to add the bootstrap command.
bootstrap will update checkouts, then perform a build. It's similar
but not quite identical to running checkout and build commands
(bootstrap will interleave the operations).
The simplest way to install is using pip.
$ cd /path/to/dev-pipeline-bootstrap
$ pip3 installIf you don't have pip available, you can run setup.py directly.
$ cd /path/to/dev-pipeline-bootstrap
$ python3 setup.py installYou'll need scm plugins installed to do anything useful.
Information about the bootstrap command is avaialble in the
documentation.