@@ -27,13 +27,19 @@ Commands
2727
2828 .. code-block :: none
2929
30- attrib Generate an attribution document from JSON/CSV/XLSX/.ABOUT files.
31- check Validate that the format of .ABOUT files is correct and
32- report errors and warnings.
33- collect-redist-src Collect redistributable sources.
34- gen Generate .ABOUT files from an inventory as CSV/JSON/XLSX.
35- inventory Collect the inventory of .ABOUT files to a CSV/JSON/XLSX file.
36- transform Transform a CSV/JSON/XLSX by applying renamings, filters and checks.
30+ attrib Generate an attribution document from
31+ JSON/CSV/XLSX/.ABOUT files.
32+ check Validate that the format of .ABOUT files is correct and
33+ report errors and warnings.
34+ collect-redist-src Collect redistributable sources.
35+ gen Generate .ABOUT files from an inventory as
36+ CSV/JSON/XLSX.
37+ gen-license Fetch and save all the licenses in the
38+ license_expression field to a directory.
39+ inventory Collect the inventory of .ABOUT files to a CSV/JSON/XLSX
40+ file.
41+ transform Transform a CSV/JSON/XLSX by applying renamings, filters
42+ and checks.
3743
3844 attrib
3945======
@@ -91,7 +97,7 @@ Assume the following:
9197
9298 $ about attrib /home/about_files/ /home/attribution/attribution.html
9399 or
94- $ about attrib /home/project/inventory.csv /home/attribution/attribution.html
100+ $ about attrib /home/project/inventory.csv /home/attribution/attribution.html --reference /home/project/licenses/
95101 or
96102 $ about attrib --scancode /home/project/scancode-detection.json /home/attribution/attribution.html
97103
0 commit comments