Skip to content

Commit 7d9b38e

Browse files
angular-robotalxhub
authored andcommitted
docs: update Angular CLI help [main] (angular#58396)
Updated Angular CLI help contents. PR Close angular#58396
1 parent 63f3d0c commit 7d9b38e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "1a33dc550a6f5b5c6180c0dc7ea8c08fe0ada865"
3+
"sha": "78b83e96e199b2f1921c303b0d4e79c95d88e5d7"
44
}

adev/src/content/cli/help/build.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
{
2424
"name": "app-shell",
2525
"type": "boolean",
26-
"default": false,
2726
"description": "Generates an application shell during build time."
2827
},
2928
{
@@ -193,7 +192,6 @@
193192
{
194193
"name": "prerender",
195194
"type": "boolean",
196-
"default": false,
197195
"description": "Prerender (SSG) pages of your application during build time."
198196
},
199197
{

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
"name": "project",
5757
"type": "string",
5858
"description": "The name of the related client app."
59+
},
60+
{
61+
"name": "server-routing",
62+
"type": "boolean",
63+
"default": false,
64+
"description": "Creates a server application using the Server Routing API (Developer Preview)."
5965
}
6066
],
6167
"aliases": [],
@@ -120,6 +126,11 @@
120126
"default": true,
121127
"description": "Creates an application with routing enabled."
122128
},
129+
{
130+
"name": "server-routing",
131+
"type": "boolean",
132+
"description": "Creates a server application using the Server Routing and App Engine APIs (Developer Preview)."
133+
},
123134
{
124135
"name": "skip-install",
125136
"type": "boolean",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
"type": "boolean",
133133
"description": "Enable routing in the initial project."
134134
},
135+
{
136+
"name": "server-routing",
137+
"type": "boolean",
138+
"description": "Creates a server application using the Server Routing and App Engine APIs (Developer Preview)."
139+
},
135140
{
136141
"name": "skip-git",
137142
"type": "boolean",

0 commit comments

Comments
 (0)