Commit b99123f 1 parent 791c863 commit b99123f Copy full SHA for b99123f
File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "MD013" : {
3
+ "code_blocks" : false
4
+ }
5
+ }
Original file line number Diff line number Diff line change @@ -192,15 +192,15 @@ Usage:
192
192
cyclonedx merge [options]
193
193
194
194
Options:
195
- --input-files <input-files> Input BOM filenames (separate filenames with a space).
196
- --output-file <output-file> Output BOM filename, will write to stdout if no value provided.
197
- --input-format <autodetect|json|protobuf|xml> Specify input file format.
198
- --output-format <autodetect|json|protobuf|xml> Specify output file format.
195
+ --input-files <input-files> Input BOM filenames (separate filenames with a space).
196
+ --output-file <output-file> Output BOM filename, will write to stdout if no value provided.
197
+ --input-format <autodetect|json|protobuf|xml> Specify input file format.
198
+ --output-format <autodetect|json|protobuf|xml> Specify output file format.
199
199
--output-version <v1_0|v1_1|v1_2|v1_3|v1_4|v1_5> Specify output BOM specification version.
200
- --hierarchical Perform a hierarchical merge.
201
- --group <group> Provide the group of software the merged BOM describes.
202
- --name <name> Provide the name of software the merged BOM describes (required for hierarchical merging).
203
- --version <version> Provide the version of software the merged BOM describes (required for hierarchical merging).
200
+ --hierarchical Perform a hierarchical merge.
201
+ --group <group> Provide the group of software the merged BOM describes.
202
+ --name <name> Provide the name of software the merged BOM describes (required for hierarchical merging).
203
+ --version <version> Provide the version of software the merged BOM describes (required for hierarchical merging).
204
204
```
205
205
206
206
Note: To perform a hierarchical merge all BOMs need the subject of the BOM
You can’t perform that action at this time.
0 commit comments