Charles Lyding 1dc9754bb2 docs(@angular-devkit/architect-cli): add a README file for the package
A `README.md` file is now included in the package with an overview of the utility and the help output of the command.
2021-04-19 09:43:25 -05:00

563 B

Architect CLI

This package contains the executable for running an Architect Builder.

Usage

architect [project][:target][:configuration] [options, ...]

Run a project target.
If project/target/configuration are not specified, the workspace defaults will be used.

Options:
    --help              Show available options for project target.
                        Shows this message instead when ran without the run argument.


Any additional option is passed the target, overriding existing options.