File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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 >
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >|
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments