|
NAMEanyconfig_cli - manual page for anyconfig_cli 0.9.5 SYNOPSISanyconfig_cli [Options...] CONF_PATH_OR_PATTERN_0 [CONF_PATH_OR_PATTERN_1 ..] OPTIONS
EXAMPLESList supported configuration types.
Load a YAML config /etc/xyz/conf.d/a.conf and dump parsed result to stdout in JSON format by specifying input and output formats explicitly.
Similar to the previous example but inputs may be multiple files as the input is glob pattern.
Similar to the previous example but configuration specified w/ -A (--args) option added.
Same as the previous example.
Load multiple JSON files with merge strategy 'noreplace'.
Get the part of input configuration files.
Set the part of input configuration files.
Validate input configuration files with JSON schema.
Generate JSON schema for input configuration files.
Load environment variables and output it as JSON data.
NOTES
https://github.com/ssato/python-anyconfig
http://python-anyconfig.readthedocs.org/en/latest/
|