github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_sbom_convert.md (about) 1 # jackal tools sbom convert 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Convert between SBOM formats 5 6 ## Synopsis 7 8 [Experimental] Convert SBOM files to, and from, SPDX, CycloneDX and Syft's format. For more info about data loss between formats see https://github.com/anchore/syft#format-conversion-experimental 9 10 ``` 11 jackal tools sbom convert [SOURCE-SBOM] -o [FORMAT] [flags] 12 ``` 13 14 ## Options 15 16 ``` 17 --file string file to write the default report output to (default is STDOUT) (DEPRECATED: use: output) 18 -h, --help help for convert 19 -o, --output stringArray report output format (<format>=<file> to output to a file), formats=[cyclonedx-json cyclonedx-xml github-json spdx-json spdx-tag-value syft-json syft-table syft-text template] (default [syft-table]) 20 -t, --template string specify the path to a Go template file 21 ``` 22 23 ## Options inherited from parent commands 24 25 ``` 26 -c, --config string syft configuration file 27 -q, --quiet suppress all logging output 28 -v, --verbose count increase verbosity (-v = info, -vv = debug) 29 ``` 30 31 ## SEE ALSO 32 33 * [jackal tools sbom](jackal_tools_sbom.md) - Generates a Software Bill of Materials (SBOM) for the given package