Skip to content

Commit eddd1c3

Browse files
chore: Update CLI texts (#2576)
Updates the output of cds CLI texts to the latest version. Co-authored-by: chgeo <7470719+chgeo@users.noreply.github.com>
1 parent 2cc5cf3 commit eddd1c3

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

tools/assets/help/cds-typer.out.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ OPTIONS
2020
This value must be set in your project configuration.
2121
Passing it as parameter to the cds-typer CLI has no effect.
2222

23+
--brandedPrimitiveTypes
24+
--branded_primitive_types: &lt;true | false&gt;
25+
(default: false)
26+
27+
If set to true, generated primitive types will be branded to prevent accidental mixing of types with the same underlying primitive.
28+
E.g., type CustomerID = string & { __brand: 'CustomerID' }
29+
2330
--cache: &lt;none | blake2s256&gt;
2431
(default: none)
2532

tools/assets/help/cds-version-md.out.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Package | Version | Location |
66
| -------------------- | ------- | ------------------------------------------------------------------ |
7-
|<em> @sap/cds-dk (global) </em>|<em> 9.9.0 </em>|<i> .../node_modules/@sap/cds-dk </i>|
7+
|<em> @sap/cds-dk (global) </em>|<em> 9.9.1 </em>|<i> .../node_modules/@sap/cds-dk </i>|
88
|<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>|
9+
|<em> @sap/cds-compiler </em>|<em> 6.9.2 </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>|
1111
|<em> @cap-js/db-service </em>|<em> 2.11.0 </em>|<i> .../node_modules/@cap-js/db-service </i>|
1212
|<em> @cap-js/sqlite </em>|<em> 2.4.0 </em>|<i> .../node_modules/@cap-js/sqlite </i>|

tools/assets/help/cds-version.out.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<pre class="log">
33
> cds version
44

5-
<em> @sap/cds-dk (global) </em><em> 9.9.0 </em><i> .../node_modules/@sap/cds-dk </i>
5+
<em> @sap/cds-dk (global) </em><em> 9.9.1 </em><i> .../node_modules/@sap/cds-dk </i>
66
<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>
7+
<em> @sap/cds-compiler </em><em> 6.9.2 </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>
99
<em> @cap-js/db-service </em><em> 2.11.0 </em><i> .../node_modules/@cap-js/db-service </i>
1010
<em> @cap-js/sqlite </em><em> 2.4.0 </em><i> .../node_modules/@cap-js/sqlite </i>

0 commit comments

Comments
 (0)