diff --git a/node.js/cds-env.md b/node.js/cds-env.md index 366085ce8..f6eae8405 100644 --- a/node.js/cds-env.md +++ b/node.js/cds-env.md @@ -385,6 +385,16 @@ Example: } ``` +## Feature Flags + +Influence the runtime behavior by specifying one or more of the following flags in `cds.features`: + +| Flag | Behavior | +|----------------|-------------------------------------------| +| `assert_integrity` | Enables [db integrity constraints](../guides/databases#db-constraints) | +| `odata_new_parser` |Enables the new OData URL parser | +| `kibana_formatter` | Enables [log output in Kibana-friendly format](./cds-log#logging-in-production) | +| `fiori_preview` | Enables [SAP Fiori Preview](../advanced/fiori#sap-fiori-preview) | ## Configuration Profiles {#profiles}