Documentation ¶
Overview ¶
This binary accepts a CSV file with columns: 1. Name- Name of a software package. 2. Version- Version string for the software package. and transforms the CSV into a YAML of the following format: packages:
- name: package1 version: version1
- name: package2 version: version2
...
The entires in the "packages" field in the YAML will be sorted by the package names.
Click to show internal directories.
Click to hide internal directories.