File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
packages/angular_devkit/architect_cli Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Architect CLI
2
+
3
+ This package contains the executable for running an [ Architect Builder] ( /packages/angular_devkit/architect/README.md ) .
4
+
5
+ # Usage
6
+
7
+ ```
8
+ architect [project][:target][:configuration] [options, ...]
9
+
10
+ Run a project target.
11
+ If project/target/configuration are not specified, the workspace defaults will be used.
12
+
13
+ Options:
14
+ --help Show available options for project target.
15
+ Shows this message instead when ran without the run argument.
16
+
17
+
18
+ Any additional option is passed the target, overriding existing options.
19
+ ```
Original file line number Diff line number Diff line change 2
2
"name" : " @angular-devkit/architect-cli" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Angular Architect CLI" ,
5
+ "homepage" : " https://github.com/angular/angular-cli" ,
5
6
"experimental" : true ,
6
7
"bin" : {
7
8
"architect" : " ./bin/architect.js"
You can’t perform that action at this time.
0 commit comments