--------- Signed-off-by: Andre Klärner <kandre@ak-online.be> Co-authored-by: Olivier 'reivilibre <olivier@librepush.net>
This commit is contained in:
parent
d435cfc125
commit
c20dd888bd
1
changelog.d/19243.doc
Normal file
1
changelog.d/19243.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Document in the `--config-path` help how multiple files are merged - by merging them shallowly.
|
||||||
@ -672,7 +672,8 @@ class RootConfig:
|
|||||||
action="append",
|
action="append",
|
||||||
metavar="CONFIG_FILE",
|
metavar="CONFIG_FILE",
|
||||||
help="Specify config file. Can be given multiple times and"
|
help="Specify config file. Can be given multiple times and"
|
||||||
" may specify directories containing *.yaml files.",
|
" may specify directories containing *.yaml files."
|
||||||
|
" Top-level keys in later files overwrite ones in earlier files.",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--no-secrets-in-config",
|
"--no-secrets-in-config",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user