From f9ad5d05341047b4525882e7d2571d7d2b6ee41e Mon Sep 17 00:00:00 2001 From: chgeo <7470719+chgeo@users.noreply.github.com> Date: Wed, 9 Sep 2026 02:49:05 +0000 Subject: [PATCH] Update CLI texts --- tools/assets/help/cds-add.out.md | 23 +++++++++++++++++++++-- tools/assets/help/cds-compile.out.md | 2 +- tools/assets/help/cds-init.out.md | 1 + tools/assets/help/cds-version-md.out.md | 13 +++++++------ tools/assets/help/cds-version.out.md | 13 +++++++------ 5 files changed, 37 insertions(+), 15 deletions(-) diff --git a/tools/assets/help/cds-add.out.md b/tools/assets/help/cds-add.out.md index 0a53040b55..4564c0b3b1 100644 --- a/tools/assets/help/cds-add.out.md +++ b/tools/assets/help/cds-add.out.md @@ -3,7 +3,7 @@ > cds add --help SYNOPSIS - cds add <feature | comma-separated list of features> + cds add <feature> [<feature> ...] Add one or more features to an existing project - grow as you go. @@ -27,6 +27,7 @@ ias - authentication via IAS ams - authorization via AMS hana - database support for SAP HANA + hana-serverless - database support for SAP HANA Cloud serverless postgres - database support for PostgreSQL sqlite - database support for SQLite liquibase - database migration using Liquibase @@ -83,6 +84,13 @@ FEATURE OPTIONS + cds add ai + + --plan + + Specify the service plan. + + cds add audit-logging --plan @@ -126,6 +134,10 @@ The number of records to be created for each entity. + --composition-records + + The number of records to be created per to-many composition (default 2). + --content-type | -c The content type of the data. One of "json" or "csv". @@ -134,6 +146,12 @@ The output target folder. + --keys-only + + Only fill key values into the generated CSV records, leaving all + other columns empty. Requires '--records'. Useful to generate placeholder + rows for an agent or human to fill in later. + cds add enterprise-messaging @@ -251,6 +269,7 @@ EXAMPLES cds add sample + cds add multitenancy hana xsuaa cds add multitenancy,hana,xsuaa cds add data --filter my.namespace.MyEntity cds add mta @@ -260,5 +279,5 @@ cds init SUMMARY - cds add <feature | comma-separated list of features> + cds add <feature> [<feature> ...] diff --git a/tools/assets/help/cds-compile.out.md b/tools/assets/help/cds-compile.out.md index 133c2bfd25..740f13a649 100644 --- a/tools/assets/help/cds-compile.out.md +++ b/tools/assets/help/cds-compile.out.md @@ -22,7 +22,7 @@ - cdl - xsuaa - openapi - - asyncapi + - asyncapi (requires @cap-js/asyncapi as a project dependency, currently bundled as a fallback) -4 | --for <target> diff --git a/tools/assets/help/cds-init.out.md b/tools/assets/help/cds-init.out.md index 5a1385f11f..68e9510239 100644 --- a/tools/assets/help/cds-init.out.md +++ b/tools/assets/help/cds-init.out.md @@ -32,6 +32,7 @@ ias - authentication via IAS ams - authorization via AMS hana - database support for SAP HANA + hana-serverless - database support for SAP HANA Cloud serverless postgres - database support for PostgreSQL sqlite - database support for SQLite liquibase - database migration using Liquibase diff --git a/tools/assets/help/cds-version-md.out.md b/tools/assets/help/cds-version-md.out.md index c43c00cd97..b22697cb03 100644 --- a/tools/assets/help/cds-version-md.out.md +++ b/tools/assets/help/cds-version-md.out.md @@ -4,15 +4,16 @@ | Package | Version | Location | | -------------------- | ------- | ------------------------------------------------------------------ | - | @sap/cds-dk (global) | 10.0.7 | .../node_modules/@sap/cds-dk | - | @sap/cds | 10.0.6 | .../node_modules/@sap/cds | - | @sap/cds-compiler | 7.0.3 | .../node_modules/@sap/cds-compiler | + | @sap/cds-dk (global) | 10.1.0 | .../node_modules/@sap/cds-dk | + | @sap/cds | 10.1.0 | .../node_modules/@sap/cds | + | @sap/cds-compiler | 7.1.0 | .../node_modules/@sap/cds-compiler | | @sap/cds-fiori | 2.3.0 | .../node_modules/@sap/cds-fiori | - | @cap-js/db-service | 3.0.1 | .../node_modules/@cap-js/db-service | - | @cap-js/sqlite | 3.0.2 | .../node_modules/@cap-js/sqlite | + | @cap-js/db-service | 3.1.0 | .../node_modules/@cap-js/db-service | + | @cap-js/sqlite | 3.1.0 | .../node_modules/@cap-js/sqlite | | cds.home | | .../node_modules/@sap/cds | | cds.root | | .../your-project | | npm root -l | | .../node_modules | | npm root -g | | .../node_modules | - | Node.js | 24.19.0 | .../bin/node | + | Node.js | 24.20.0 | .../bin/node | + | npm | 11.19.0 | /opt/hostedtoolcache/node/24.20.0/x64/bin/npm | diff --git a/tools/assets/help/cds-version.out.md b/tools/assets/help/cds-version.out.md index b2cf90de0f..656fbf58bc 100644 --- a/tools/assets/help/cds-version.out.md +++ b/tools/assets/help/cds-version.out.md @@ -2,15 +2,16 @@
> cds version - @sap/cds-dk (global) 10.0.7 .../node_modules/@sap/cds-dk - @sap/cds 10.0.6 .../node_modules/@sap/cds - @sap/cds-compiler 7.0.3 .../node_modules/@sap/cds-compiler + @sap/cds-dk (global) 10.1.0 .../node_modules/@sap/cds-dk + @sap/cds 10.1.0 .../node_modules/@sap/cds + @sap/cds-compiler 7.1.0 .../node_modules/@sap/cds-compiler @sap/cds-fiori 2.3.0 .../node_modules/@sap/cds-fiori - @cap-js/db-service 3.0.1 .../node_modules/@cap-js/db-service - @cap-js/sqlite 3.0.2 .../node_modules/@cap-js/sqlite + @cap-js/db-service 3.1.0 .../node_modules/@cap-js/db-service + @cap-js/sqlite 3.1.0 .../node_modules/@cap-js/sqlite cds.home .../node_modules/@sap/cds cds.root .../your-project npm root -l .../node_modules npm root -g .../node_modules - Node.js 24.19.0 .../bin/node + Node.js 24.20.0 .../bin/node + npm 11.19.0 /opt/hostedtoolcache/node/24.20.0/x64/bin/npm