diff --git a/tools/assets/help/cds-add.out.md b/tools/assets/help/cds-add.out.md index f8e9561851..078f062199 100644 --- a/tools/assets/help/cds-add.out.md +++ b/tools/assets/help/cds-add.out.md @@ -10,6 +10,8 @@ Pick any of these: completion - shell completion for cds commands + java - creates a Java-based project + nodejs - creates a Node.js-based project esm - ESM-compatible Node.js project typer - type generation for CDS models typescript - minimum configuration for a bare TypeScript project @@ -54,6 +56,8 @@ notifications - SAP BTP Notification Service workzone-standard - SAP BTP Work Zone, Standard Edition ui5 - SAP UI5 integration + vue - user interface for Vue.js + react - user interface for React data - add CSV headers for modeled entities http - add .http files for modeled services lint - configure cds lint @@ -189,9 +193,16 @@ cds add kyma + --y + Skip interactive prompts. + cds add react + + --into | -i + + Name of the app folder in 'app/'. Example: 'catalog' → 'app/catalog'. cds add test @@ -207,6 +218,13 @@ Custom output directory. For Node.js, the default is 'test'. + cds add vue + + --into | -i + + Name of the app folder in 'app/'. Example: 'catalog' → 'app/catalog'. + + cds add xsuaa --plan diff --git a/tools/assets/help/cds-init.out.md b/tools/assets/help/cds-init.out.md index 7ced747e8e..660e5beef3 100644 --- a/tools/assets/help/cds-init.out.md +++ b/tools/assets/help/cds-init.out.md @@ -61,6 +61,8 @@ notifications - SAP BTP Notification Service workzone-standard - SAP BTP Work Zone, Standard Edition ui5 - SAP UI5 integration + vue - user interface for Vue.js + react - user interface for React data - add CSV headers for modeled entities http - add .http files for modeled services lint - configure cds lint diff --git a/tools/assets/help/cds-version-md.out.md b/tools/assets/help/cds-version-md.out.md index a05a05862d..35b531e839 100644 --- a/tools/assets/help/cds-version-md.out.md +++ b/tools/assets/help/cds-version-md.out.md @@ -4,12 +4,12 @@ | Package | Version | Location | | -------------------- | ------- | ------------------------------------------------------------------ | - | @sap/cds-dk (global) | 9.8.4 | .../node_modules/@sap/cds-dk | - | @sap/cds | 9.8.5 | .../node_modules/@sap/cds | - | @sap/cds-compiler | 6.8.0 | .../node_modules/@sap/cds-compiler | + | @sap/cds-dk (global) | 9.9.0 | .../node_modules/@sap/cds-dk | + | @sap/cds | 9.9.1 | .../node_modules/@sap/cds | + | @sap/cds-compiler | 6.9.0 | .../node_modules/@sap/cds-compiler | | @sap/cds-fiori | 2.3.0 | .../node_modules/@sap/cds-fiori | - | @cap-js/db-service | 2.9.0 | .../node_modules/@cap-js/db-service | - | @cap-js/sqlite | 2.2.0 | .../node_modules/@cap-js/sqlite | + | @cap-js/db-service | 2.10.0 | .../node_modules/@cap-js/db-service | + | @cap-js/sqlite | 2.2.1 | .../node_modules/@cap-js/sqlite | | cds.home | | .../node_modules/@sap/cds | | cds.root | | .../your-project | | npm root -l | | .../node_modules | diff --git a/tools/assets/help/cds-version.out.md b/tools/assets/help/cds-version.out.md index 6e34f5b5dd..66060c0082 100644 --- a/tools/assets/help/cds-version.out.md +++ b/tools/assets/help/cds-version.out.md @@ -2,12 +2,12 @@
> cds version - @sap/cds-dk (global) 9.8.4 .../node_modules/@sap/cds-dk - @sap/cds 9.8.5 .../node_modules/@sap/cds - @sap/cds-compiler 6.8.0 .../node_modules/@sap/cds-compiler + @sap/cds-dk (global) 9.9.0 .../node_modules/@sap/cds-dk + @sap/cds 9.9.1 .../node_modules/@sap/cds + @sap/cds-compiler 6.9.0 .../node_modules/@sap/cds-compiler @sap/cds-fiori 2.3.0 .../node_modules/@sap/cds-fiori - @cap-js/db-service 2.9.0 .../node_modules/@cap-js/db-service - @cap-js/sqlite 2.2.0 .../node_modules/@cap-js/sqlite + @cap-js/db-service 2.10.0 .../node_modules/@cap-js/db-service + @cap-js/sqlite 2.2.1 .../node_modules/@cap-js/sqlite cds.home .../node_modules/@sap/cds cds.root .../your-project npm root -l .../node_modules