Jeden/Docs

CLI command

jeden config list

List every schema-backed setting and its effective value.

Exact invocation#

Shell
jeden config list [--json] [--cwd path]

Inputs and options#

  • Optional: --cwd for merged project-over-user values and --json for metadata objects.

Output and state effect#

Prints grouped text rows with value, type, and description, or JSON keyed by setting with value, type, description, default, and enum choices. It does not write configuration.

Refusals and boundaries#

  • Unknown global options are refused; unreadable configuration falls through the existing loader's safe defaults rather than inventing an unsupported key.