Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 489 Bytes

cmd_merge.rst

File metadata and controls

22 lines (14 loc) · 489 Bytes

ksconf merge

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


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`