Skip to main content

Module config_commands

Module config_commands 

Source
Expand description

Built-in config command group. Built-in config command group for reading and writing the per-application config file.

Mount it on a CLI with CliConfig::with_config_commands. The group exposes:

  • config path — print the resolved config file path.
  • config get <key> — print the value at a dotted key (e.g. deploy.region).
  • config set <key> <value> — set a value and persist (mutating; dry-run aware).
  • config list — print the full config file contents.

Functions§

config_command_group
Builds the built-in runtime config command group.