From a79358fe6d22bd8e8104c33b936f350d51754234 Mon Sep 17 00:00:00 2001 From: chgeo <7470719+chgeo@users.noreply.github.com> Date: Wed, 13 May 2026 04:04:56 +0000 Subject: [PATCH] Update CLI texts --- tools/assets/help/cds-typer.out.md | 7 +++++++ tools/assets/help/cds-version-md.out.md | 4 ++-- tools/assets/help/cds-version.out.md | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/tools/assets/help/cds-typer.out.md b/tools/assets/help/cds-typer.out.md index 319d059c51..99a26eb099 100644 --- a/tools/assets/help/cds-typer.out.md +++ b/tools/assets/help/cds-typer.out.md @@ -20,6 +20,13 @@ OPTIONS This value must be set in your project configuration. Passing it as parameter to the cds-typer CLI has no effect. + --brandedPrimitiveTypes + --branded_primitive_types: <true | false> + (default: false) + + If set to true, generated primitive types will be branded to prevent accidental mixing of types with the same underlying primitive. + E.g., type CustomerID = string & { __brand: 'CustomerID' } + --cache: <none | blake2s256> (default: none) diff --git a/tools/assets/help/cds-version-md.out.md b/tools/assets/help/cds-version-md.out.md index e3c5730793..ef548c49f8 100644 --- a/tools/assets/help/cds-version-md.out.md +++ b/tools/assets/help/cds-version-md.out.md @@ -4,9 +4,9 @@ | Package | Version | Location | | -------------------- | ------- | ------------------------------------------------------------------ | - | @sap/cds-dk (global) | 9.9.0 | .../node_modules/@sap/cds-dk | + | @sap/cds-dk (global) | 9.9.1 | .../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-compiler | 6.9.2 | .../node_modules/@sap/cds-compiler | | @sap/cds-fiori | 2.3.0 | .../node_modules/@sap/cds-fiori | | @cap-js/db-service | 2.11.0 | .../node_modules/@cap-js/db-service | | @cap-js/sqlite | 2.4.0 | .../node_modules/@cap-js/sqlite | diff --git a/tools/assets/help/cds-version.out.md b/tools/assets/help/cds-version.out.md index 8ace43a52d..4ab240193b 100644 --- a/tools/assets/help/cds-version.out.md +++ b/tools/assets/help/cds-version.out.md @@ -2,9 +2,9 @@
 > cds version
 
-  @sap/cds-dk (global)  9.9.0    .../node_modules/@sap/cds-dk 
+  @sap/cds-dk (global)  9.9.1    .../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-compiler     6.9.2    .../node_modules/@sap/cds-compiler                                   
   @sap/cds-fiori        2.3.0    .../node_modules/@sap/cds-fiori                                      
   @cap-js/db-service    2.11.0   .../node_modules/@cap-js/db-service                                  
   @cap-js/sqlite        2.4.0    .../node_modules/@cap-js/sqlite