From 81fcfe5cbccde081f154a015934584e08682a76e Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 29 Oct 2025 17:44:05 +0000 Subject: [PATCH] docs: update Angular CLI help Updated Angular CLI help contents. --- adev/src/content/cli/help/_build-info.json | 2 +- adev/src/content/cli/help/serve.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/adev/src/content/cli/help/_build-info.json b/adev/src/content/cli/help/_build-info.json index 6db2e893f5a..638ca45d201 100644 --- a/adev/src/content/cli/help/_build-info.json +++ b/adev/src/content/cli/help/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/21.0.x", - "sha": "925fe9f85bee9983c58795f483f861d350ba8a52" + "sha": "429fba83335130af12091d374fc088f3aaed5aea" } \ No newline at end of file diff --git a/adev/src/content/cli/help/serve.json b/adev/src/content/cli/help/serve.json index 20f73be84b1..a83453477e5 100644 --- a/adev/src/content/cli/help/serve.json +++ b/adev/src/content/cli/help/serve.json @@ -26,6 +26,11 @@ ], "description": "One or more named builder configurations as a comma-separated list as specified in the \"configurations\" section in angular.json.\nThe builder uses the named configurations to run the given target.\nFor more information, see https://angular.dev/reference/configs/workspace-config#alternate-build-configurations." }, + { + "name": "define", + "type": "array", + "description": "Defines global identifiers that will be replaced with a specified constant value when found in any JavaScript or TypeScript code including libraries. The value will be used directly. String values must be put in quotes. Identifiers within Angular metadata such as Component Decorators will not be replaced." + }, { "name": "headers", "type": "array",