CLI command
jeden config list
List every schema-backed setting and its effective value.
Exact invocation#
jeden config list [--json] [--cwd path]Inputs and options#
- Optional:
--cwdfor merged project-over-user values and--jsonfor 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.