table of contents
modulemd-merge(1) | General Commands Manual | modulemd-merge(1) |
NAME¶
modulemd-merge
SYNOPSIS¶
modulemd-merge [-h] [-v] [-d] [-i] [-O] input [input ...] output
DESCRIPTION¶
Merge several modules.yaml files (rpm modularity metadata) into one.
OPTIONS¶
- input
- input filename(s) or directories. repomd.xml files are parsed and modules hrefs contained are merged. If a directory is given, it is searched for repodata/repomd.xml and repomd.xml
- output
- YAML output filename
- -v, --verbose
- increase output verbosity
- -d, --debug
- debug output verbosity
- -i, --ignore-no-input
- ignore non-existing input files
- -O, --to-stdout
- print YAML output to stdout
AUTHORS¶
modulemd-merge was written by Gerd v. Egidy <gerd.von.egidy@intra2net.com>.
DISTRIBUTION¶
The latest version of modulemd-merge may be downloaded from HOMEPAGE
Manual |