Add script to merge and dump multiple configuration files
The script can either take config from an existing compose, or load files by path. By default it will perform full validation (and add default values and resolved git references). This can be turned off. The final JSON is printed to stdout. JIRA: COMPOSE-3066 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
ca7d6256e5
commit
df35f26910
3 changed files with 76 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -36,6 +36,7 @@ setup(
|
|||
scripts = [
|
||||
'bin/comps_filter',
|
||||
'bin/pungi',
|
||||
'bin/pungi-config-dump',
|
||||
'bin/pungi-config-validate',
|
||||
'bin/pungi-create-unified-isos',
|
||||
'bin/pungi-fedmsg-notification',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue