diff --git a/tools/assets/help/cds-add.out.md b/tools/assets/help/cds-add.out.md index 6c4a8e15a..b27a7ca12 100644 --- a/tools/assets/help/cds-add.out.md +++ b/tools/assets/help/cds-add.out.md @@ -14,28 +14,29 @@ typer - type generation for CDS models typescript - add minimum configuration for a bare TypeScript project extension - Extension project - tiny-sample - add minimal sample files - sample - add sample files including Fiori UI - handler - handler stubs for service entities, actions and functions mta - Cloud Foundry deployment using mta.yaml cf-manifest - Cloud Foundry deployment using manifest files helm - Kyma deployment using Helm charts helm-unified-runtime - Kyma deployment using Unified Runtime Helm charts containerize - containerization using ctz CLI - multitenancy - schema-based multitenancy support - toggles - allow dynamically toggled features - extensibility - tenant-specific model extensibility - side-by-side-extensibility - logic extensibility via extension points - mtx - multitenancy + toggles + extensibility + tiny-sample - add minimal sample files + sample - add sample files including Fiori UI + handler - handler stubs for service entities, actions and functions + test - tests for services xsuaa - authentication via XSUAA ias - authentication via IAS ams - authorization via AMS hana - database support for SAP HANA postgres - database support for PostgreSQL sqlite - database support for SQLite - h2 - database support for H2 liquibase - database migration using Liquibase redis - SAP BTP Redis, Hyperscaler Option + h2 - database support for H2 + multitenancy - schema-based multitenancy support + toggles - allow dynamically toggled features + extensibility - tenant-specific model extensibility + side-by-side-extensibility - logic extensibility via extension points + mtx - multitenancy + toggles + extensibility attachments - SAP BTP Object Store Service malware-scanner - SAP Malware Scanning Service local-messaging - messaging via local event bus @@ -191,6 +192,19 @@ Print the generated requests to the console instead of writing them to a file. + cds add test + + --filter | -f + + Filter for services or entities or actions matching the given pattern. If it contains meta + characters like '^' or '*', it is treated as a regular expression, + otherwise as an include pattern, i.e /.*pattern.*/i + + --out | -o + + Custom output directory. For Node.js, the default is 'test'. + + cds add xsuaa --plan @@ -199,13 +213,15 @@ EXAMPLES - cds add sample - cds add multitenancy,hana,xsuaa --for production - cds add data --filter my.namespace.MyEntity - cds add mta - cds add helm - + cds add sample + cds add multitenancy,hana,xsuaa + cds add data --filter my.namespace.MyEntity + cds add mta + cds add helm SEE ALSO cds init + +SUMMARY + cds add <feature | comma-separated list of features> diff --git a/tools/assets/help/cds-debug.out.md b/tools/assets/help/cds-debug.out.md index eda91c0e9..f035a7381 100644 --- a/tools/assets/help/cds-debug.out.md +++ b/tools/assets/help/cds-debug.out.md @@ -12,6 +12,7 @@ If <app> is given, it's assumed to be running on the currently logged-in Cloud Foundry space (check with 'cf target'). SSH access to the app is required (check with 'cf ssh-enabled'). + Chrome DevTools are opened automatically for Node.js applications. If no <app> is given, the app in the current working directory is started (with 'cds watch --debug' for Node.js and 'mvn spring-boot:run' for Java). @@ -25,6 +26,10 @@ the debug port (default: '9229' for Node.js, '8000' for Java) + --no-devtools + + don't open developer tools automatically + -f | --force if necessary, automatically enable ssh for the app and restart it @@ -32,4 +37,5 @@ EXAMPLES cds debug cds debug bookshop-srv --port 8001 + cds debug bookshop-srv --host 0.0.0.0 diff --git a/tools/assets/help/cds-init.out.md b/tools/assets/help/cds-init.out.md index 64538bdef..75fd7d80a 100644 --- a/tools/assets/help/cds-init.out.md +++ b/tools/assets/help/cds-init.out.md @@ -21,28 +21,29 @@ typer - type generation for CDS models typescript - add minimum configuration for a bare TypeScript project extension - Extension project - tiny-sample - add minimal sample files - sample - add sample files including Fiori UI - handler - handler stubs for service entities, actions and functions mta - Cloud Foundry deployment using mta.yaml cf-manifest - Cloud Foundry deployment using manifest files helm - Kyma deployment using Helm charts helm-unified-runtime - Kyma deployment using Unified Runtime Helm charts containerize - containerization using ctz CLI - multitenancy - schema-based multitenancy support - toggles - allow dynamically toggled features - extensibility - tenant-specific model extensibility - side-by-side-extensibility - logic extensibility via extension points - mtx - multitenancy + toggles + extensibility + tiny-sample - add minimal sample files + sample - add sample files including Fiori UI + handler - handler stubs for service entities, actions and functions + test - tests for services xsuaa - authentication via XSUAA ias - authentication via IAS ams - authorization via AMS hana - database support for SAP HANA postgres - database support for PostgreSQL sqlite - database support for SQLite - h2 - database support for H2 liquibase - database migration using Liquibase redis - SAP BTP Redis, Hyperscaler Option + h2 - database support for H2 + multitenancy - schema-based multitenancy support + toggles - allow dynamically toggled features + extensibility - tenant-specific model extensibility + side-by-side-extensibility - logic extensibility via extension points + mtx - multitenancy + toggles + extensibility attachments - SAP BTP Object Store Service malware-scanner - SAP Malware Scanning Service local-messaging - messaging via local event bus diff --git a/tools/assets/help/cds-repl.out.md b/tools/assets/help/cds-repl.out.md index 1968d6b29..39d4ecf98 100644 --- a/tools/assets/help/cds-repl.out.md +++ b/tools/assets/help/cds-repl.out.md @@ -25,7 +25,7 @@ EXAMPLES cds repl --run bookshop cds repl --run . - cds repl --use cds.ql + cds repl --use ql SEE ALSO cds eval to evaluate and execute JavaScript. diff --git a/tools/assets/help/cds-version-md.out.md b/tools/assets/help/cds-version-md.out.md index 377d7625c..2ccd63b1e 100644 --- a/tools/assets/help/cds-version-md.out.md +++ b/tools/assets/help/cds-version-md.out.md @@ -5,14 +5,15 @@ | your-project | <Add your repository here> | | ---------------------- | --------------------------------------- | | @cap-js/asyncapi | 1.0.3 | -| @cap-js/cds-types | 0.11.0 | -| @cap-js/db-service | 2.1.2 | +| @cap-js/cds-types | 0.12.0 | +| @cap-js/db-service | 2.2.0 | | @cap-js/openapi | 1.2.3 | -| @cap-js/sqlite | 2.0.1 | -| @sap/cds | 9.0.4 | -| @sap/cds-compiler | 6.0.14 | -| @sap/cds-dk (global) | 9.0.6 | +| @cap-js/sqlite | 2.0.2 | +| @sap/cds | 9.1.0 | +| @sap/cds-compiler | 6.1.0 | +| @sap/cds-dk | 9.1.0 | +| @sap/cds-dk (global) | 9.1.0 | | @sap/cds-fiori | 2.0.1 | -| @sap/cds-mtxs | 3.0.1 | -| Node.js | v22.16.0 | +| @sap/cds-mtxs | 3.1.0 | +| Node.js | v22.17.0 | diff --git a/tools/assets/help/cds-version.out.md b/tools/assets/help/cds-version.out.md index b0852d3fe..d8e3c64b0 100644 --- a/tools/assets/help/cds-version.out.md +++ b/tools/assets/help/cds-version.out.md @@ -3,15 +3,16 @@ > cds version @cap-js/asyncapi: 1.0.3 -@cap-js/cds-types: 0.11.0 -@cap-js/db-service: 2.1.2 +@cap-js/cds-types: 0.12.0 +@cap-js/db-service: 2.2.0 @cap-js/openapi: 1.2.3 -@cap-js/sqlite: 2.0.1 -@sap/cds: 9.0.4 -@sap/cds-compiler: 6.0.14 -@sap/cds-dk (global): 9.0.6 +@cap-js/sqlite: 2.0.2 +@sap/cds: 9.1.0 +@sap/cds-compiler: 6.1.0 +@sap/cds-dk: 9.1.0 +@sap/cds-dk (global): 9.1.0 @sap/cds-fiori: 2.0.1 -@sap/cds-mtxs: 3.0.1 -Node.js: v22.16.0 +@sap/cds-mtxs: 3.1.0 +Node.js: v22.17.0 your-project: 1.0.0