Jeden/Docs

CLI command

jeden config get

Read one effective schema-backed setting.

Exact invocation#

Shell
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 four communication.* overrides. Optional: --json for metadata and --cwd for 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 as unknown config key: &lt;key&gt;.