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