mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
e5948905d2
commit
3edd07fa11
1 changed files with 1 additions and 2 deletions
|
|
@ -9,14 +9,13 @@
|
|||
| [`completion`](cli/completion) | | Set up Angular CLI autocompletion for your terminal. |
|
||||
| [`config`](cli/config) | | Retrieves or sets Angular configuration values in the angular.json file for the workspace. |
|
||||
| [`deploy`](cli/deploy) | | Invokes the deploy builder for a specified project or for the default project in the workspace. |
|
||||
| [`doc`](cli/doc) | `d` | Opens the official Angular documentation (angular.io) in a browser, and searches for a given keyword. |
|
||||
| [`e2e`](cli/e2e) | `e` | Builds and serves an Angular application, then runs end-to-end tests. |
|
||||
| [`extract-i18n`](cli/extract-i18n)| | Extracts i18n messages from source code. |
|
||||
| [`generate`](cli/generate) | `g` | Generates and/or modifies files based on a schematic. |
|
||||
| [`lint`](cli/lint) | | Runs linting tools on Angular application code in a given project folder. |
|
||||
| [`new`](cli/new) | `n` | Creates a new Angular workspace. |
|
||||
| [`run`](cli/run) | | Runs an Architect target with an optional custom builder configuration defined in your project. |
|
||||
| [`serve`](cli/serve) | `s` | Builds and serves your application, rebuilding on file changes. |
|
||||
| [`serve`](cli/serve) | `s`, `dev` | Builds and serves your application, rebuilding on file changes. |
|
||||
| [`test`](cli/test) | `t` | Runs unit tests in a project. |
|
||||
| [`update`](cli/update) | | Updates your workspace and its dependencies. See https://update.angular.io/. |
|
||||
| [`version`](cli/version) | `v` | Outputs Angular CLI version. |
|
||||
|
|
|
|||
Loading…
Reference in a new issue