Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions tools/assets/help/cds-add.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
Pick any of these:

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

<em>cds add kyma</em>

--y

Skip interactive prompts.


<em>cds add react</em>

--into | -i

Name of the app folder in 'app/'. Example: 'catalog' → 'app/catalog'.


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


<em>cds add vue</em>

--into | -i

Name of the app folder in 'app/'. Example: 'catalog' → 'app/catalog'.


<em>cds add xsuaa</em>

--plan
Expand Down
2 changes: 2 additions & 0 deletions tools/assets/help/cds-init.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<em>notifications</em> - SAP BTP Notification Service
<em>workzone-standard</em> - SAP BTP Work Zone, Standard Edition
<em>ui5</em> - SAP UI5 integration
<em>vue</em> - user interface for Vue.js
<em>react</em> - user interface for React
<em>data</em> - add CSV headers for modeled entities
<em>http</em> - add .http files for modeled services
<em>lint</em> - configure cds lint
Expand Down
10 changes: 5 additions & 5 deletions tools/assets/help/cds-version-md.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

| Package | Version | Location |
| -------------------- | ------- | ------------------------------------------------------------------ |
|<em> @sap/cds-dk (global) </em>|<em> 9.8.4 </em>|<i> .../node_modules/@sap/cds-dk </i>|
|<em> @sap/cds </em>|<em> 9.8.5 </em>|<i> .../node_modules/@sap/cds </i>|
|<em> @sap/cds-compiler </em>|<em> 6.8.0 </em>|<i> .../node_modules/@sap/cds-compiler </i>|
|<em> @sap/cds-dk (global) </em>|<em> 9.9.0 </em>|<i> .../node_modules/@sap/cds-dk </i>|
|<em> @sap/cds </em>|<em> 9.9.1 </em>|<i> .../node_modules/@sap/cds </i>|
|<em> @sap/cds-compiler </em>|<em> 6.9.0 </em>|<i> .../node_modules/@sap/cds-compiler </i>|
|<em> @sap/cds-fiori </em>|<em> 2.3.0 </em>|<i> .../node_modules/@sap/cds-fiori </i>|
|<em> @cap-js/db-service </em>|<em> 2.9.0 </em>|<i> .../node_modules/@cap-js/db-service </i>|
|<em> @cap-js/sqlite </em>|<em> 2.2.0 </em>|<i> .../node_modules/@cap-js/sqlite </i>|
|<em> @cap-js/db-service </em>|<em> 2.10.0 </em>|<i> .../node_modules/@cap-js/db-service </i>|
|<em> @cap-js/sqlite </em>|<em> 2.2.1 </em>|<i> .../node_modules/@cap-js/sqlite </i>|
|<em> cds.home </em>|<em> </em>|<i> .../node_modules/@sap/cds </i>|
|<em> cds.root </em>|<em> </em>|<i> .../your-project </i>|
|<em> npm root -l </em>|<em> </em>|<i> .../node_modules </i>|
Expand Down
10 changes: 5 additions & 5 deletions tools/assets/help/cds-version.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<pre class="log">
> cds version

<em> @sap/cds-dk (global) </em><em> 9.8.4 </em><i> .../node_modules/@sap/cds-dk </i>
<em> @sap/cds </em><em> 9.8.5 </em><i> .../node_modules/@sap/cds </i>
<em> @sap/cds-compiler </em><em> 6.8.0 </em><i> .../node_modules/@sap/cds-compiler </i>
<em> @sap/cds-dk (global) </em><em> 9.9.0 </em><i> .../node_modules/@sap/cds-dk </i>
<em> @sap/cds </em><em> 9.9.1 </em><i> .../node_modules/@sap/cds </i>
<em> @sap/cds-compiler </em><em> 6.9.0 </em><i> .../node_modules/@sap/cds-compiler </i>
<em> @sap/cds-fiori </em><em> 2.3.0 </em><i> .../node_modules/@sap/cds-fiori </i>
<em> @cap-js/db-service </em><em> 2.9.0 </em><i> .../node_modules/@cap-js/db-service </i>
<em> @cap-js/sqlite </em><em> 2.2.0 </em><i> .../node_modules/@cap-js/sqlite </i>
<em> @cap-js/db-service </em><em> 2.10.0 </em><i> .../node_modules/@cap-js/db-service </i>
<em> @cap-js/sqlite </em><em> 2.2.1 </em><i> .../node_modules/@cap-js/sqlite </i>
<em> cds.home </em><em> </em><i> .../node_modules/@sap/cds </i>
<em> cds.root </em><em> </em><i> .../your-project </i>
<em> npm root -l </em><em> </em><i> .../node_modules </i>
Expand Down
Loading