@@ -79,8 +79,6 @@ The full documentation can be issued by running with ``environment --help``:
79
79
(default: application)
80
80
--short-PURLs Omit all qualifiers from PackageURLs.
81
81
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
82
- --schema-version <version>
83
- DEPRECATED alias for "--spec-version"
84
82
--sv <version>, --spec-version <version>
85
83
Which version of CycloneDX to use.
86
84
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -92,7 +90,6 @@ The full documentation can be issued by running with ``environment --help``:
92
90
Which output format to use.
93
91
{choices: JSON, XML}
94
92
(default: JSON)
95
- --outfile <file> DEPRECATED alias for "--output-file".
96
93
-o <file>, --output-file <file>
97
94
Path to the output file.
98
95
(set to "-" to output to STDOUT)
@@ -253,8 +250,6 @@ The full documentation can be issued by running with ``pipenv --help``:
253
250
(default: application)
254
251
--short-PURLs Omit all qualifiers from PackageURLs.
255
252
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
256
- --schema-version <version>
257
- DEPRECATED alias for "--spec-version"
258
253
--sv <version>, --spec-version <version>
259
254
Which version of CycloneDX to use.
260
255
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -266,7 +261,6 @@ The full documentation can be issued by running with ``pipenv --help``:
266
261
Which output format to use.
267
262
{choices: JSON, XML}
268
263
(default: JSON)
269
- --outfile <file> DEPRECATED alias for "--output-file".
270
264
-o <file>, --output-file <file>
271
265
Path to the output file.
272
266
(set to "-" to output to STDOUT)
@@ -331,8 +325,6 @@ The full documentation can be issued by running with ``poetry --help``:
331
325
(default: application)
332
326
--short-PURLs Omit all qualifiers from PackageURLs.
333
327
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
334
- --schema-version <version>
335
- DEPRECATED alias for "--spec-version"
336
328
--sv <version>, --spec-version <version>
337
329
Which version of CycloneDX to use.
338
330
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -344,7 +336,6 @@ The full documentation can be issued by running with ``poetry --help``:
344
336
Which output format to use.
345
337
{choices: JSON, XML}
346
338
(default: JSON)
347
- --outfile <file> DEPRECATED alias for "--output-file".
348
339
-o <file>, --output-file <file>
349
340
Path to the output file.
350
341
(set to "-" to output to STDOUT)
@@ -405,8 +396,6 @@ The full documentation can be issued by running with ``requirements --help``:
405
396
(default: application)
406
397
--short-PURLs Omit all qualifiers from PackageURLs.
407
398
This causes information loss in trade-off shorter PURLs, which might improve ingesting these strings.
408
- --schema-version <version>
409
- DEPRECATED alias for "--spec-version"
410
399
--sv <version>, --spec-version <version>
411
400
Which version of CycloneDX to use.
412
401
{choices: 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0}
@@ -418,7 +407,6 @@ The full documentation can be issued by running with ``requirements --help``:
418
407
Which output format to use.
419
408
{choices: JSON, XML}
420
409
(default: JSON)
421
- --outfile <file> DEPRECATED alias for "--output-file".
422
410
-o <file>, --output-file <file>
423
411
Path to the output file.
424
412
(set to "-" to output to STDOUT)
0 commit comments