Skip to content

Commit c4360fe

Browse files
angular-robotpkozlowski-opensource
authored andcommittedMar 14, 2025
docs: update Angular CLI help [main] (angular#60375)
Updated Angular CLI help contents. PR Close angular#60375
1 parent cd7c170 commit c4360fe

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed
 
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "fdc81eb972c7327ee53bf65eb5d938dd12383d90"
3+
"sha": "bf314ed889a6816aac775f8e32bf7adacf768a5e"
44
}

‎adev/src/content/cli/help/generate.json

-11
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
"name": "project",
5757
"type": "string",
5858
"description": "The name of the project where the app-shell should be generated."
59-
},
60-
{
61-
"name": "server-routing",
62-
"type": "boolean",
63-
"default": false,
64-
"description": "Set up a server application using the Server Routing and App Engine APIs (Developer Preview)."
6559
}
6660
],
6761
"aliases": [],
@@ -126,11 +120,6 @@
126120
"default": true,
127121
"description": "Generate an application with routing already configured. This sets up the necessary files and modules for managing navigation between different views in your application."
128122
},
129-
{
130-
"name": "server-routing",
131-
"type": "boolean",
132-
"description": "Set up a server application using the Server Routing and App Engine APIs (Developer Preview)."
133-
},
134123
{
135124
"name": "skip-install",
136125
"type": "boolean",

‎adev/src/content/cli/help/new.json

-5
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@
132132
"type": "boolean",
133133
"description": "Enable routing in the initial application project. This sets up the necessary files and modules for managing navigation between different views in your application."
134134
},
135-
{
136-
"name": "server-routing",
137-
"type": "boolean",
138-
"description": "Create a server application in the initial project using the Server Routing and App Engine APIs (Developer Preview)."
139-
},
140135
{
141136
"name": "skip-git",
142137
"type": "boolean",

0 commit comments

Comments
 (0)