File tree 3 files changed +24
-5
lines changed
3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,22 @@ npm install git+https://github.com/angular/angular-devkit-architect-cli-builds.g
14
14
```
15
15
16
16
----
17
+ # Architect CLI
18
+
19
+ This package contains the executable for running an [ Architect Builder] ( /packages/angular_devkit/architect/README.md ) .
20
+
21
+ # Usage
22
+
23
+ ```
24
+ architect [project][:target][:configuration] [options, ...]
25
+
26
+ Run a project target.
27
+ If project/target/configuration are not specified, the workspace defaults will be used.
28
+
29
+ Options:
30
+ --help Show available options for project target.
31
+ Shows this message instead when ran without the run argument.
32
+
33
+
34
+ Any additional option is passed the target, overriding existing options.
35
+ ```
Original file line number Diff line number Diff line change 2
2
"name" : " @angular-devkit/architect-cli" ,
3
3
"version" : " 0.1200.0-next.9" ,
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"
18
19
" tooling"
19
20
],
20
21
"dependencies" : {
21
- "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#b8875397c " ,
22
- "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#b8875397c " ,
22
+ "@angular-devkit/architect" : " github:angular/angular-devkit-architect-builds#1dc9754bb " ,
23
+ "@angular-devkit/core" : " github:angular/angular-devkit-core-builds#1dc9754bb " ,
23
24
"ansi-colors" : " 4.1.1" ,
24
25
"minimist" : " 1.2.5" ,
25
26
"progress" : " 2.0.3" ,
39
40
"license" : " MIT" ,
40
41
"bugs" : {
41
42
"url" : " https://github.com/angular/angular-cli/issues"
42
- },
43
- "homepage" : " https://github.com/angular/angular-cli"
43
+ }
44
44
}
Original file line number Diff line number Diff line change 1
- Mon Apr 19 2021 15:21:04 GMT+0000 (Coordinated Universal Time)
1
+ Mon Apr 19 2021 15:35:18 GMT+0000 (Coordinated Universal Time)
You can’t perform that action at this time.
0 commit comments