Jeden/Docs

CLI command

jeden config reset

Persist one setting's schema default into the user configuration.

Exact invocation#

Shell
jeden config reset <key> [--json]

Inputs and options#

  • Required: an exact schema key. Optional: --json for the key, default value, type, description, and path.

Output and state effect#

Sets the nested user key to the schema default, atomically writes the user config, and prints the reset result. Resetting contracts.communication returns to Jeden's default communication contract; resetting contracts.functionality stores an empty string, which adds no extra prompt instruction; resetting communication.mode returns to normal and resetting an override returns it to auto.

Refusals and boundaries#

  • Missing input is refused as config reset requires a key; an unregistered key is refused as unknown config key: &lt;key&gt;.