docs: update CLI reference (#56060)

PR Close #56060
This commit is contained in:
Aristeidis Bampakos 2024-05-24 12:03:46 +03:00 committed by Pawel Kozlowski
parent e5948905d2
commit 3edd07fa11

View file

@ -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. |