Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(@angular-devkit/architect-cli): add a README file for the package #20543

Merged
merged 1 commit into from Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions packages/angular_devkit/architect_cli/README.md
@@ -0,0 +1,19 @@
# Architect CLI

This package contains the executable for running an [Architect Builder](/packages/angular_devkit/architect/README.md).

# 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.
```
1 change: 1 addition & 0 deletions packages/angular_devkit/architect_cli/package.json
Expand Up @@ -2,6 +2,7 @@
"name": "@angular-devkit/architect-cli",
"version": "0.0.0",
"description": "Angular Architect CLI",
"homepage": "https://github.com/angular/angular-cli",
"experimental": true,
"bin": {
"architect": "./bin/architect.js"
Expand Down