Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 916 Bytes

command-bootstrap.rst

File metadata and controls

34 lines (25 loc) · 916 Bytes

bootstrap

Synopsis

dev-pipeline bootstrap [-h] [--dependencies DEPENDENCIES]
                       [--executor EXECUTOR]
                       [targets [targets ...]]

Description

This tool checks out and builds packages in a configuration with proper dependency ordering. The result is similar to running dev-pipeline checkout followed by dev-pipeline build, but the steps are mixed instead of performing all checkouts followed by all builds.

If no targets are specified, all targets will be used.

Options

-h, --help show this help message and exit
--dependencies DEPENDENCIES
 Control how build dependencies are handled. (default: deep)
--executor EXECUTOR
 The method to execute commands. (default: quiet)

Config Options

No extra options are consumed.