conf
List configuration.
def conf(
state: object,
with_defaults: boolean = False
) - > string
List configuration.
Parameters
| Name | Type | Description |
|---|---|---|
| state | object | The current application state object containing the configuration to be inspected. |
| with_defaults | boolean = False | Whether to include default configuration values in the output table. |
Returns
| Type | Description |
|---|---|
string | A JSON-formatted string containing the application configuration table, filtered for sensitive keys and safe representations. |