Metadata-Version: 2.1
Name: modulemd-add-platform
Version: 0.0.1
Summary: Add context for new platform into a modulemd-packager file
Home-page: https://github.com/rpm-software-management/modulemd-tools/modulemd-add-platform/
Author: Petr Písař
Author-email: ppisar@redhat.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/rpm-software-management/modulemd-tools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/plain
Provides-Extra: tests

# modulemd\_add\_platform

This tool edits a modulemd-packager YAML document.
It copies contexts of an old platform to new contexts of a new platform.
A file with the modulemd-packager YAML document is overrided.
If a context for the new platform already exists, nothing is done.
If a context for the old platform does not exist, an error is reported.


