Skip to content

Commit df1f3bb

Browse files
chore: Update CLI texts (#2074)
Updates the output of cds CLI texts to the latest version. Co-authored-by: chgeo <[email protected]>
1 parent cc8316c commit df1f3bb

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<em>audit-logging</em> - SAP BTP Audit Logging Service
5656
<em>notifications</em> - SAP BTP Notification Service
5757
<em>workzone-standard</em> - SAP BTP Work Zone, Standard Edition
58+
<em>ui5</em> - SAP UI5 integration
5859
<em>data</em> - add CSV headers for modeled entities
5960
<em>http</em> - add .http files for modeled services
6061
<em>lint</em> - configure cds lint

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<em>audit-logging</em> - SAP BTP Audit Logging Service
6363
<em>notifications</em> - SAP BTP Notification Service
6464
<em>workzone-standard</em> - SAP BTP Work Zone, Standard Edition
65+
<em>ui5</em> - SAP UI5 integration
6566
<em>data</em> - add CSV headers for modeled entities
6667
<em>http</em> - add .http files for modeled services
6768
<em>lint</em> - configure cds lint

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

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

5-
| your-project | &lt;Add your repository here&gt; |
5+
| your-project | https://github.com/&lt;your/repo&gt; |
66
| ---------------------- | --------------------------------------- |
7-
| @sap/cds | 9.2.1 |
7+
| @sap/cds | 9.3.1 |
88
| @sap/cds-dk | -- missing -- |
9-
| @sap/cds-compiler | 6.2.2 |
10-
| @sap/cds-dk (global) | 9.2.1 |
9+
| @sap/cds-compiler | 6.3.4 |
10+
| @sap/cds-dk (global) | 9.3.2 |
1111
| @sap/cds-fiori | 2.0.1 |
12-
| @sap/cds-mtxs | 3.2.0 |
12+
| @sap/cds-mtxs | 3.3.1 |
1313
| @cap-js/asyncapi | 1.0.3 |
14-
| @cap-js/cds-types | 0.13.0 |
15-
| @cap-js/db-service | 2.3.0 |
14+
| @cap-js/db-service | 2.4.0 |
1615
| @cap-js/openapi | 1.2.3 |
1716
| @cap-js/sqlite | 2.0.2 |
18-
| Node.js | v22.18.0 |
17+
| Node.js | v22.19.0 |
1918
</pre>

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

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

5-
<em>@sap/cds</em>: 9.2.1
5+
<em>@sap/cds</em>: 9.3.1
66
<em>@sap/cds-dk</em>: undefined
7-
<em>@sap/cds-compiler</em>: 6.2.2
8-
<em>@sap/cds-dk (global)</em>: 9.2.1
7+
<em>@sap/cds-compiler</em>: 6.3.4
8+
<em>@sap/cds-dk (global)</em>: 9.3.2
99
<em>@sap/cds-fiori</em>: 2.0.1
10-
<em>@sap/cds-mtxs</em>: 3.2.0
10+
<em>@sap/cds-mtxs</em>: 3.3.1
1111
<em>@cap-js/asyncapi</em>: 1.0.3
12-
<em>@cap-js/cds-types</em>: 0.13.0
13-
<em>@cap-js/db-service</em>: 2.3.0
12+
<em>@cap-js/db-service</em>: 2.4.0
1413
<em>@cap-js/openapi</em>: 1.2.3
1514
<em>@cap-js/sqlite</em>: 2.0.2
16-
<em>Node.js</em>: v22.18.0
15+
<em>Node.js</em>: v22.19.0
1716
</pre>

0 commit comments

Comments
 (0)