Skip to main content

conf

List configuration.

def conf(
state: object,
with_defaults: boolean = False
) - > string

List configuration.

Parameters

NameTypeDescription
stateobjectThe current application state object containing the configuration to be inspected.
with_defaultsboolean = FalseWhether to include default configuration values in the output table.

Returns

TypeDescription
stringA JSON-formatted string containing the application configuration table, filtered for sensitive keys and safe representations.