Skip to content

Commit 2a07b29

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

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Cloud Foundry space (check with 'cf target').
1414
SSH access to the app is required (check with 'cf ssh-enabled').
1515

16-
If no &lt;app&gt; is given, the app in the current working is started
16+
If no &lt;app&gt; is given, the app in the current working directory is started
1717
(with 'cds watch --debug' for Node.js and 'mvn spring-boot:run' for Java).
1818

1919
<strong>OPTIONS</strong>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<em>i</em> | <em>init</em> jump-start cds-based projects
1212
<em>a</em> | <em>add</em> add a feature to an existing project
1313
<em> </em> | <em>gen</em> generate models/data using a descriptive prompt [beta]
14-
<em>y</em> | <em>bind</em> bind application to remote services
1514
<em>m</em> | <em>import</em> add models from external sources
1615
<em>c</em> | <em>compile</em> compile cds models to different outputs
1716
<em>p</em> | <em>parse</em> parses given cds models
@@ -21,8 +20,9 @@
2120
<em>r</em> | <em>repl</em> read-eval-event loop
2221
<em>e</em> | <em>env</em> inspect effective configuration
2322
<em>b</em> | <em>build</em> prepare for deployment
24-
<em>d</em> | <em>deploy</em> deploy to databases or cloud
25-
<em> </em> | <em>up</em> build and deploy your application
23+
<em>d</em> | <em>deploy</em> deploy to databases
24+
<em> </em> | <em>up</em> build and deploy your application to the cloud
25+
<em>y</em> | <em>bind</em> bind application to remote services
2626
<em> </em> | <em>debug</em> debug your application
2727
<em> </em> | <em>subscribe</em> subscribe a tenant to a multitenant SaaS app
2828
<em> </em> | <em>unsubscribe</em> unsubscribe a tenant from a multitenant SaaS app

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
| your-project | &lt;Add your repository here&gt; |
66
| ---------------------- | --------------------------------------- |
77
| @cap-js/asyncapi | 1.0.3 |
8-
| @cap-js/cds-types | 0.10.0 |
9-
| @cap-js/db-service | 2.0.1 |
8+
| @cap-js/cds-types | 0.11.0 |
9+
| @cap-js/db-service | 2.1.1 |
1010
| @cap-js/openapi | 1.2.3 |
1111
| @cap-js/sqlite | 2.0.1 |
12-
| @sap/cds | 9.0.2 |
13-
| @sap/cds-compiler | 6.0.10 |
14-
| @sap/cds-dk (global) | 9.0.4 |
12+
| @sap/cds | 9.0.3 |
13+
| @sap/cds-compiler | 6.0.12 |
14+
| @sap/cds-dk (global) | 9.0.5 |
1515
| @sap/cds-fiori | 2.0.1 |
1616
| @sap/cds-mtxs | 3.0.1 |
1717
| Node.js | v20.19.2 |

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
> cds version
44

55
<em>@cap-js/asyncapi</em>: 1.0.3
6-
<em>@cap-js/cds-types</em>: 0.10.0
7-
<em>@cap-js/db-service</em>: 2.0.1
6+
<em>@cap-js/cds-types</em>: 0.11.0
7+
<em>@cap-js/db-service</em>: 2.1.1
88
<em>@cap-js/openapi</em>: 1.2.3
99
<em>@cap-js/sqlite</em>: 2.0.1
10-
<em>@sap/cds</em>: 9.0.2
11-
<em>@sap/cds-compiler</em>: 6.0.10
12-
<em>@sap/cds-dk (global)</em>: 9.0.4
10+
<em>@sap/cds</em>: 9.0.3
11+
<em>@sap/cds-compiler</em>: 6.0.12
12+
<em>@sap/cds-dk (global)</em>: 9.0.5
1313
<em>@sap/cds-fiori</em>: 2.0.1
1414
<em>@sap/cds-mtxs</em>: 3.0.1
1515
<em>Node.js</em>: v20.19.2

0 commit comments

Comments
 (0)