Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion tools/assets/help/cds-typer.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

--cache: <none | blake2s256>
(default: none)

How to cache typer runs.
none: fully run cds-typer whenever it is called
blake2s256: only run if the blake2s256-hash of the model has changed. Hash is stored in a file between runs.

--help

This text.
Expand Down Expand Up @@ -74,6 +81,7 @@ OPTIONS

If set to true, properties in entities are
always generated as optional (a?: T).
Setting it to false makes properties non-optional instead (a: T).

--targetModuleType
--target_module_type: <esm | cjs | auto>
Expand All @@ -85,7 +93,7 @@ OPTIONS

--useEntitiesProxy
--use_entities_proxy: <true | false>
(default: false)
(default: true)

If set to true the 'cds.entities' exports in the generated 'index.js'
files will be wrapped in 'Proxy' objects
Expand Down
10 changes: 5 additions & 5 deletions tools/assets/help/cds-version-md.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
| your-project | <Add your repository here> |
| ---------------------- | --------------------------------------- |
| @cap-js/asyncapi | 1.0.3 |
| @cap-js/cds-types | 0.9.0 |
| @cap-js/cds-types | 0.10.0 |
| @cap-js/db-service | 1.19.1 |
| @cap-js/openapi | 1.2.1 |
| @cap-js/sqlite | 1.10.0 |
| @sap/cds | 8.9.0 |
| @sap/cds-compiler | 5.9.0 |
| @sap/cds-dk (global) | 8.9.0 |
| @sap/cds-fiori | 1.4.0 |
| @sap/cds | 8.9.2 |
| @sap/cds-compiler | 5.9.2 |
| @sap/cds-dk (global) | 8.9.1 |
| @sap/cds-fiori | 1.4.1 |
| @sap/cds-foss | 5.0.1 |
| @sap/cds-mtxs | 2.7.0 |
| @sap/eslint-plugin-cds | 3.2.0 |
Expand Down
10 changes: 5 additions & 5 deletions tools/assets/help/cds-version.out.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
> cds version

<em>@cap-js/asyncapi</em>: 1.0.3
<em>@cap-js/cds-types</em>: 0.9.0
<em>@cap-js/cds-types</em>: 0.10.0
<em>@cap-js/db-service</em>: 1.19.1
<em>@cap-js/openapi</em>: 1.2.1
<em>@cap-js/sqlite</em>: 1.10.0
<em>@sap/cds</em>: 8.9.0
<em>@sap/cds-compiler</em>: 5.9.0
<em>@sap/cds-dk (global)</em>: 8.9.0
<em>@sap/cds-fiori</em>: 1.4.0
<em>@sap/cds</em>: 8.9.2
<em>@sap/cds-compiler</em>: 5.9.2
<em>@sap/cds-dk (global)</em>: 8.9.1
<em>@sap/cds-fiori</em>: 1.4.1
<em>@sap/cds-foss</em>: 5.0.1
<em>@sap/cds-mtxs</em>: 2.7.0
<em>@sap/eslint-plugin-cds</em>: 3.2.0
Expand Down