CLI command
jeden config get
Read one effective schema-backed setting.
Exact invocation#
jeden config get <key> [--json] [--cwd path]Inputs and options#
- Required: an exact key from the setting schema, including
contracts.communication,contracts.functionality,communication.mode, or one of the fourcommunication.*overrides. Optional:--jsonfor metadata and--cwdfor the project layer.
Output and state effect#
Prints the effective string or JSON value; JSON mode also returns type, description, default, and enum metadata. It does not write configuration.
Refusals and boundaries#
- Missing input is refused as
config get requires a key; an unregistered key is refused asunknown config key: <key>.