@@ -76,31 +76,31 @@ The full documentation can be issued by running with ``environment --help``:
7676 Enable license text gathering.
7777 --pyproject <file> Path to the root component's `pyproject.toml` file.
7878 This should point to a file compliant with PEP 621 (storing project metadata).
79- --mc-type <type> Type of the main component
79+ --mc-type <type> Type of the main component.
8080 {choices: application, firmware, library}
8181 (default: application)
8282 --short-PURLs Omit all qualifiers from PackageURLs.
8383 This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
8484 --schema-version <version>
8585 DEPRECATED alias for "--spec-version"
8686 --sv <version>, --spec-version <version>
87- The CycloneDX schema version for your SBOM
87+ Which version of CycloneDX to use.
8888 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
8989 (default: 1.5)
9090 --output-reproducible
9191 Whether to go the extra mile and make the output reproducible.
9292 This might result in loss of time- and random-based-values.
9393 --of <format>, --output-format <format>
94- The output format for your SBOM
94+ Which output format to use.
9595 {choices: JSON, XML}
9696 (default: JSON)
9797 --outfile <file> DEPRECATED alias for "--output-file".
9898 -o <file>, --output-file <file>
99- Output file path for your SBOM
99+ Path to the output file.
100100 (set to "-" to output to STDOUT)
101101 (default: -)
102102 --validate, --no-validate
103- Whether validate the result before outputting
103+ Whether to validate resulting BOM before outputting.
104104 (default: True)
105105 -v, --verbose Increase the verbosity of messages
106106 (multiple for more effect)
@@ -250,31 +250,31 @@ The full documentation can be issued by running with ``pipenv --help``:
250250 [env var: PIPENV_PYPI_MIRROR]
251251 --pyproject <file> Path to the root component's `pyproject.toml` file.
252252 This should point to a file compliant with PEP 621 (storing project metadata).
253- --mc-type <type> Type of the main component
253+ --mc-type <type> Type of the main component.
254254 {choices: application, firmware, library}
255255 (default: application)
256256 --short-PURLs Omit all qualifiers from PackageURLs.
257257 This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
258258 --schema-version <version>
259259 DEPRECATED alias for "--spec-version"
260260 --sv <version>, --spec-version <version>
261- The CycloneDX schema version for your SBOM
261+ Which version of CycloneDX to use.
262262 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
263263 (default: 1.5)
264264 --output-reproducible
265265 Whether to go the extra mile and make the output reproducible.
266266 This might result in loss of time- and random-based-values.
267267 --of <format>, --output-format <format>
268- The output format for your SBOM
268+ Which output format to use.
269269 {choices: JSON, XML}
270270 (default: JSON)
271271 --outfile <file> DEPRECATED alias for "--output-file".
272272 -o <file>, --output-file <file>
273- Output file path for your SBOM
273+ Path to the output file.
274274 (set to "-" to output to STDOUT)
275275 (default: -)
276276 --validate, --no-validate
277- Whether validate the result before outputting
277+ Whether to validate resulting BOM before outputting.
278278 (default: True)
279279 -v, --verbose Increase the verbosity of messages
280280 (multiple for more effect)
@@ -328,31 +328,31 @@ The full documentation can be issued by running with ``poetry --help``:
328328 (multiple values allowed)
329329 --all-extras Include all extra dependencies
330330 (default: False)
331- --mc-type <type> Type of the main component
331+ --mc-type <type> Type of the main component.
332332 {choices: application, firmware, library}
333333 (default: application)
334334 --short-PURLs Omit all qualifiers from PackageURLs.
335335 This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
336336 --schema-version <version>
337337 DEPRECATED alias for "--spec-version"
338338 --sv <version>, --spec-version <version>
339- The CycloneDX schema version for your SBOM
339+ Which version of CycloneDX to use.
340340 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
341341 (default: 1.5)
342342 --output-reproducible
343343 Whether to go the extra mile and make the output reproducible.
344344 This might result in loss of time- and random-based-values.
345345 --of <format>, --output-format <format>
346- The output format for your SBOM
346+ Which output format to use.
347347 {choices: JSON, XML}
348348 (default: JSON)
349349 --outfile <file> DEPRECATED alias for "--output-file".
350350 -o <file>, --output-file <file>
351- Output file path for your SBOM
351+ Path to the output file.
352352 (set to "-" to output to STDOUT)
353353 (default: -)
354354 --validate, --no-validate
355- Whether validate the result before outputting
355+ Whether to validate resulting BOM before outputting.
356356 (default: True)
357357 -v, --verbose Increase the verbosity of messages
358358 (multiple for more effect)
@@ -402,31 +402,31 @@ The full documentation can be issued by running with ``requirements --help``:
402402 Should follow the same rules as --index-url
403403 --pyproject <file> Path to the root component's `pyproject.toml` file.
404404 This should point to a file compliant with PEP 621 (storing project metadata).
405- --mc-type <type> Type of the main component
405+ --mc-type <type> Type of the main component.
406406 {choices: application, firmware, library}
407407 (default: application)
408408 --short-PURLs Omit all qualifiers from PackageURLs.
409409 This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
410410 --schema-version <version>
411411 DEPRECATED alias for "--spec-version"
412412 --sv <version>, --spec-version <version>
413- The CycloneDX schema version for your SBOM
413+ Which version of CycloneDX to use.
414414 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
415415 (default: 1.5)
416416 --output-reproducible
417417 Whether to go the extra mile and make the output reproducible.
418418 This might result in loss of time- and random-based-values.
419419 --of <format>, --output-format <format>
420- The output format for your SBOM
420+ Which output format to use.
421421 {choices: JSON, XML}
422422 (default: JSON)
423423 --outfile <file> DEPRECATED alias for "--output-file".
424424 -o <file>, --output-file <file>
425- Output file path for your SBOM
425+ Path to the output file.
426426 (set to "-" to output to STDOUT)
427427 (default: -)
428428 --validate, --no-validate
429- Whether validate the result before outputting
429+ Whether to validate resulting BOM before outputting.
430430 (default: True)
431431 -v, --verbose Increase the verbosity of messages
432432 (multiple for more effect)
0 commit comments