@@ -81,24 +81,24 @@ The full documentation can be issued by running with ``environment --help``:
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.
84- --outfile <file> DEPRECATED alias for "--output-file".
85- -o <file>, --output-file <file>
86- Output file path for your SBOM
87- (set to "-" to output to STDOUT)
88- (default: -)
8984 --schema-version <version>
9085 DEPRECATED alias for "--spec-version"
9186 --sv <version>, --spec-version <version>
9287 The CycloneDX schema version for your SBOM
9388 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
9489 (default: 1.5)
90+ --output-reproducible
91+ Whether to go the extra mile and make the output reproducible.
92+ This might result in loss of time- and random-based-values.
9593 --of <format>, --output-format <format>
9694 The output format for your SBOM
9795 {choices: JSON, XML}
9896 (default: JSON)
99- --output-reproducible
100- Whether to go the extra mile and make the output reproducible.
101- This might result in loss of time- and random-based-values.
97+ --outfile <file> DEPRECATED alias for "--output-file".
98+ -o <file>, --output-file <file>
99+ Output file path for your SBOM
100+ (set to "-" to output to STDOUT)
101+ (default: -)
102102 --validate, --no-validate
103103 Whether validate the result before outputting
104104 (default: True)
@@ -255,24 +255,24 @@ The full documentation can be issued by running with ``pipenv --help``:
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.
258- --outfile <file> DEPRECATED alias for "--output-file".
259- -o <file>, --output-file <file>
260- Output file path for your SBOM
261- (set to "-" to output to <stdout>)
262- (default: -)
263258 --schema-version <version>
264259 DEPRECATED alias for "--spec-version"
265260 --sv <version>, --spec-version <version>
266261 The CycloneDX schema version for your SBOM
267262 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
268263 (default: 1.5)
264+ --output-reproducible
265+ Whether to go the extra mile and make the output reproducible.
266+ This might result in loss of time- and random-based-values.
269267 --of <format>, --output-format <format>
270268 The output format for your SBOM
271269 {choices: JSON, XML}
272270 (default: JSON)
273- --output-reproducible
274- Whether to go the extra mile and make the output reproducible.
275- This might result in loss of time- and random-based-values.
271+ --outfile <file> DEPRECATED alias for "--output-file".
272+ -o <file>, --output-file <file>
273+ Output file path for your SBOM
274+ (set to "-" to output to STDOUT)
275+ (default: -)
276276 --validate, --no-validate
277277 Whether validate the result before outputting
278278 (default: True)
@@ -333,24 +333,24 @@ The full documentation can be issued by running with ``poetry --help``:
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.
336- --outfile <file> DEPRECATED alias for "--output-file".
337- -o <file>, --output-file <file>
338- Output file path for your SBOM
339- (set to "-" to output to <stdout>)
340- (default: -)
341336 --schema-version <version>
342337 DEPRECATED alias for "--spec-version"
343338 --sv <version>, --spec-version <version>
344339 The CycloneDX schema version for your SBOM
345340 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
346341 (default: 1.5)
342+ --output-reproducible
343+ Whether to go the extra mile and make the output reproducible.
344+ This might result in loss of time- and random-based-values.
347345 --of <format>, --output-format <format>
348346 The output format for your SBOM
349347 {choices: JSON, XML}
350348 (default: JSON)
351- --output-reproducible
352- Whether to go the extra mile and make the output reproducible.
353- This might result in loss of time- and random-based-values.
349+ --outfile <file> DEPRECATED alias for "--output-file".
350+ -o <file>, --output-file <file>
351+ Output file path for your SBOM
352+ (set to "-" to output to STDOUT)
353+ (default: -)
354354 --validate, --no-validate
355355 Whether validate the result before outputting
356356 (default: True)
@@ -407,24 +407,24 @@ The full documentation can be issued by running with ``requirements --help``:
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.
410- --outfile <file> DEPRECATED alias for "--output-file".
411- -o <file>, --output-file <file>
412- Output file path for your SBOM
413- (set to "-" to output to <stdout>)
414- (default: -)
415410 --schema-version <version>
416411 DEPRECATED alias for "--spec-version"
417412 --sv <version>, --spec-version <version>
418413 The CycloneDX schema version for your SBOM
419414 {choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
420415 (default: 1.5)
416+ --output-reproducible
417+ Whether to go the extra mile and make the output reproducible.
418+ This might result in loss of time- and random-based-values.
421419 --of <format>, --output-format <format>
422420 The output format for your SBOM
423421 {choices: JSON, XML}
424422 (default: JSON)
425- --output-reproducible
426- Whether to go the extra mile and make the output reproducible.
427- This might result in loss of time- and random-based-values.
423+ --outfile <file> DEPRECATED alias for "--output-file".
424+ -o <file>, --output-file <file>
425+ Output file path for your SBOM
426+ (set to "-" to output to STDOUT)
427+ (default: -)
428428 --validate, --no-validate
429429 Whether validate the result before outputting
430430 (default: True)
0 commit comments