paper_firehose.commands.config_cmd¶
Config management CLI subcommands.
Functions
|
Get a value from the main config using dot-notation. |
|
Set a value in the main config using dot-notation. |
|
Return the main config as formatted YAML. |
|
Run full config validation. |
- paper_firehose.commands.config_cmd.get_value(config_path, key)[source]¶
Get a value from the main config using dot-notation.
- paper_firehose.commands.config_cmd.set_value(config_path, key, raw_value)[source]¶
Set a value in the main config using dot-notation.
Writes the updated config back to disk.