@@ -176,7 +176,7 @@ This example uses the `--format` flag on the `schema` command to output in markd
176
176
``` md
177
177
|name|format|version|variant|file (local)|url (remote)|
178
178
|:--|:--|:--|:--|:--|:--|
179
- |CycloneDX v1.5 (development) |CycloneDX|1.5|development |schema/cyclonedx/1.5/bom-1.5-dev .schema.json|https://raw.githubusercontent.com/CycloneDX/specification/v1.5-dev /schema/bom-1.5.schema.json|
179
+ |CycloneDX v1.5|CycloneDX|1.5|(latest) |schema/cyclonedx/1.5/bom-1.5.schema.json|https://raw.githubusercontent.com/CycloneDX/specification/master /schema/bom-1.5.schema.json|
180
180
|CycloneDX v1.4|CycloneDX|1.4|(latest)|schema/cyclonedx/1.4/bom-1.4.schema.json|https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.4.schema.json|
181
181
|CycloneDX/specification/master/schema/bom-1.3-strict.schema.json|
182
182
|CycloneDX v1.3|CycloneDX|1.3|(latest)|schema/cyclonedx/1.3/bom-1.3.schema.json|https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.3.schema.json|
@@ -203,7 +203,7 @@ This example shows the `--quiet` flag being used on the `schema` command to turn
203
203
``` bash
204
204
name format version variant file (local) url (remote)
205
205
---- ------ ------- ------- ------------ ------------
206
- CycloneDX v1.5 (development) CycloneDX 1.5 development schema/cyclonedx/1.5/bom-1.5-dev .schema.json https://raw.githubusercontent.com/CycloneDX/specification/v1.5-dev /schema/bom-1.5.schema.json
206
+ CycloneDX v1.5 CycloneDX 1.5 (latest) schema/cyclonedx/1.5/bom-1.5.schema.json https://raw.githubusercontent.com/CycloneDX/specification/master /schema/bom-1.5.schema.json
207
207
CycloneDX v1.4 CycloneDX 1.4 (latest) schema/cyclonedx/1.4/bom-1.4.schema.json https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.4.schema.json
208
208
CycloneDX v1.3 CycloneDX 1.3 (latest) schema/cyclonedx/1.3/bom-1.3.schema.json https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.3.schema.json
209
209
CycloneDX v1.2 CycloneDX 1.2 (latest) schema/cyclonedx/1.2/bom-1.2.schema.json https://raw.githubusercontent.com/CycloneDX/specification/master/schema/bom-1.2.schema.json
@@ -215,7 +215,7 @@ SPDX v2.2.1 SPDX SPDX-2.2 2.2.1 schema/spdx/2.2.
215
215
216
216
#### Output flag
217
217
218
- All ` list ` subcommands support the ` --output-file <filename> ` flag (or its short-form ` -o <filename> ` ) to send formatted output to a file.
218
+ All ` list ` subcommands and the ` validate ` command support the ` --output-file <filename> ` flag (or its short-form ` -o <filename> ` ) to send formatted output to a file.
219
219
220
220
##### Example: ` --output-file ` flag
221
221
0 commit comments