Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 792 Bytes

cmd_merge.rst

File metadata and controls

27 lines (18 loc) · 792 Bytes

ksconf merge

..  argparse::
    :module: ksconf.cli
    :func: build_cli_parser
    :path: merge
    :nodefault:

    --in-place -i : @after
        The ``--in-place`` option was added in v0.12.1.
        In earlier version of ksconf, and moving forward, this same behavior can be accomplished by simply listing the target twice.
        Once as in the ``--target`` option, and then a second time as the first CONF file.


Examples

Here is an elementary example that merges all props.conf file from all of your technology addons into a single output file:

ksconf merge --target=all-ta-props.conf etc/apps/*TA*/{default,local}/props.conf

See an expanded version of this example here: :ref:`example_ta_idx_tier`