Skip to content

Commit 429e551

Browse files
chore: Update CLI texts (#2544)
Updates the output of cds CLI texts to the latest version. Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
1 parent e25bd3d commit 429e551

4 files changed

Lines changed: 30 additions & 10 deletions

File tree

tools/assets/help/cds-add.out.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
Pick any of these:
1111

1212
<em>completion</em> - shell completion for cds commands
13+
<em>java</em> - creates a Java-based project
14+
<em>nodejs</em> - creates a Node.js-based project
1315
<em>esm</em> - ESM-compatible Node.js project
1416
<em>typer</em> - type generation for CDS models
1517
<em>typescript</em> - minimum configuration for a bare TypeScript project
@@ -54,6 +56,8 @@
5456
<em>notifications</em> - SAP BTP Notification Service
5557
<em>workzone-standard</em> - SAP BTP Work Zone, Standard Edition
5658
<em>ui5</em> - SAP UI5 integration
59+
<em>vue</em> - user interface for Vue.js
60+
<em>react</em> - user interface for React
5761
<em>data</em> - add CSV headers for modeled entities
5862
<em>http</em> - add .http files for modeled services
5963
<em>lint</em> - configure cds lint
@@ -189,9 +193,16 @@
189193

190194
<em>cds add kyma</em>
191195

196+
--y
192197

198+
Skip interactive prompts.
193199

194200

201+
<em>cds add react</em>
202+
203+
--into | -i
204+
205+
Name of the app folder in 'app/'. Example: 'catalog' → 'app/catalog'.
195206

196207

197208
<em>cds add test</em>
@@ -207,6 +218,13 @@
207218
Custom output directory. For Node.js, the default is 'test'.
208219

209220

221+
<em>cds add vue</em>
222+
223+
--into | -i
224+
225+
Name of the app folder in 'app/'. Example: 'catalog' → 'app/catalog'.
226+
227+
210228
<em>cds add xsuaa</em>
211229

212230
--plan

tools/assets/help/cds-init.out.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<em>notifications</em> - SAP BTP Notification Service
6262
<em>workzone-standard</em> - SAP BTP Work Zone, Standard Edition
6363
<em>ui5</em> - SAP UI5 integration
64+
<em>vue</em> - user interface for Vue.js
65+
<em>react</em> - user interface for React
6466
<em>data</em> - add CSV headers for modeled entities
6567
<em>http</em> - add .http files for modeled services
6668
<em>lint</em> - configure cds lint

tools/assets/help/cds-version-md.out.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
| Package | Version | Location |
66
| -------------------- | ------- | ------------------------------------------------------------------ |
7-
|<em> @sap/cds-dk (global) </em>|<em> 9.8.4 </em>|<i> .../node_modules/@sap/cds-dk </i>|
8-
|<em> @sap/cds </em>|<em> 9.8.5 </em>|<i> .../node_modules/@sap/cds </i>|
9-
|<em> @sap/cds-compiler </em>|<em> 6.8.0 </em>|<i> .../node_modules/@sap/cds-compiler </i>|
7+
|<em> @sap/cds-dk (global) </em>|<em> 9.9.0 </em>|<i> .../node_modules/@sap/cds-dk </i>|
8+
|<em> @sap/cds </em>|<em> 9.9.1 </em>|<i> .../node_modules/@sap/cds </i>|
9+
|<em> @sap/cds-compiler </em>|<em> 6.9.0 </em>|<i> .../node_modules/@sap/cds-compiler </i>|
1010
|<em> @sap/cds-fiori </em>|<em> 2.3.0 </em>|<i> .../node_modules/@sap/cds-fiori </i>|
11-
|<em> @cap-js/db-service </em>|<em> 2.9.0 </em>|<i> .../node_modules/@cap-js/db-service </i>|
12-
|<em> @cap-js/sqlite </em>|<em> 2.2.0 </em>|<i> .../node_modules/@cap-js/sqlite </i>|
11+
|<em> @cap-js/db-service </em>|<em> 2.10.0 </em>|<i> .../node_modules/@cap-js/db-service </i>|
12+
|<em> @cap-js/sqlite </em>|<em> 2.2.1 </em>|<i> .../node_modules/@cap-js/sqlite </i>|
1313
|<em> cds.home </em>|<em> </em>|<i> .../node_modules/@sap/cds </i>|
1414
|<em> cds.root </em>|<em> </em>|<i> .../your-project </i>|
1515
|<em> npm root -l </em>|<em> </em>|<i> .../node_modules </i>|

tools/assets/help/cds-version.out.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<pre class="log">
33
> cds version
44

5-
<em> @sap/cds-dk (global) </em><em> 9.8.4 </em><i> .../node_modules/@sap/cds-dk </i>
6-
<em> @sap/cds </em><em> 9.8.5 </em><i> .../node_modules/@sap/cds </i>
7-
<em> @sap/cds-compiler </em><em> 6.8.0 </em><i> .../node_modules/@sap/cds-compiler </i>
5+
<em> @sap/cds-dk (global) </em><em> 9.9.0 </em><i> .../node_modules/@sap/cds-dk </i>
6+
<em> @sap/cds </em><em> 9.9.1 </em><i> .../node_modules/@sap/cds </i>
7+
<em> @sap/cds-compiler </em><em> 6.9.0 </em><i> .../node_modules/@sap/cds-compiler </i>
88
<em> @sap/cds-fiori </em><em> 2.3.0 </em><i> .../node_modules/@sap/cds-fiori </i>
9-
<em> @cap-js/db-service </em><em> 2.9.0 </em><i> .../node_modules/@cap-js/db-service </i>
10-
<em> @cap-js/sqlite </em><em> 2.2.0 </em><i> .../node_modules/@cap-js/sqlite </i>
9+
<em> @cap-js/db-service </em><em> 2.10.0 </em><i> .../node_modules/@cap-js/db-service </i>
10+
<em> @cap-js/sqlite </em><em> 2.2.1 </em><i> .../node_modules/@cap-js/sqlite </i>
1111
<em> cds.home </em><em> </em><i> .../node_modules/@sap/cds </i>
1212
<em> cds.root </em><em> </em><i> .../your-project </i>
1313
<em> npm root -l </em><em> </em><i> .../node_modules </i>

0 commit comments

Comments
 (0)