Skip to content

Commit ba3e90f

Browse files
author
Angular Builds
committed
1dc9754bb docs(@angular-devkit/architect-cli): add a README file for the package
1 parent d5a0a9f commit ba3e90f

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,22 @@ npm install git+https://github.com/angular/angular-devkit-architect-cli-builds.g
1414
```
1515

1616
----
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+
```

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@angular-devkit/architect-cli",
33
"version": "0.1200.0-next.9",
44
"description": "Angular Architect CLI",
5+
"homepage": "https://github.com/angular/angular-cli",
56
"experimental": true,
67
"bin": {
78
"architect": "./bin/architect.js"
@@ -18,8 +19,8 @@
1819
"tooling"
1920
],
2021
"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",
2324
"ansi-colors": "4.1.1",
2425
"minimist": "1.2.5",
2526
"progress": "2.0.3",
@@ -39,6 +40,5 @@
3940
"license": "MIT",
4041
"bugs": {
4142
"url": "https://github.com/angular/angular-cli/issues"
42-
},
43-
"homepage": "https://github.com/angular/angular-cli"
43+
}
4444
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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)

0 commit comments

Comments
 (0)