From 3edd07fa11ef3ff301d0d4670bb74189ac89d883 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Fri, 24 May 2024 12:03:46 +0300 Subject: [PATCH] docs: update CLI reference (#56060) PR Close #56060 --- adev/src/content/reference/cli.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adev/src/content/reference/cli.md b/adev/src/content/reference/cli.md index 80da8955c88..c5830f7acb0 100644 --- a/adev/src/content/reference/cli.md +++ b/adev/src/content/reference/cli.md @@ -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. |