github.com/vchain-us/vcn@v0.9.11-0.20210921212052-a2484d23c0b3/docs/cmd/vcn_bom.md (about) 1 ## vcn bom 2 3 Collect BoM information 4 5 ### Synopsis 6 7 8 Collect BoM (Bill of Material) information 9 10 It identifies dependencies of build artifact and produces the BoM. Dependencies can be 11 later authenticated by 'vcn a --bom', and notarized together with artifact by 'vcn n --bom'. 12 13 14 ``` 15 vcn bom [flags] 16 ``` 17 18 ### Examples 19 20 ``` 21 vcn bom /bin/vcn 22 ``` 23 24 ### Options 25 26 ``` 27 --bom-container-binary strings list of binaries to be executed inside the container - only the relevant dependencies will be processed 28 --bom-cyclonedx-json string name of the file to output BoM in CycloneDX JSON format 29 --bom-cyclonedx-xml string name of the file to output BoM in CycloneDX XML format 30 --bom-debug show extra debug info for BoM processing, also disable progress indicators 31 --bom-file string store BoM int the file for later processing 32 --bom-spdx string name of the file to output BoM in SPDX format 33 -h, --help help for bom 34 ``` 35 36 ### Options inherited from parent commands 37 38 ``` 39 -o, --output string output format, one of: --output=json|--output=yaml|--output=''. In Codenotary Cloud authenticate command is possible to specify also --output=attachments. It permits to download all items attached to an artifact. 40 -S, --silent silent mode, don't show progress spinner, but it will still output the result 41 --vcnpath string config files (default is /tmp/.vcn/config.json on linux, c:\temp\config.json or c:\windows\temp\config.json on Windows) 42 --verbose if true, print additional information 43 ``` 44 45 ### SEE ALSO 46 47 * [vcn](vcn.md) - vChain CodeNotary - Notarize and authenticate, from code to production 48 49 ###### Auto generated by spf13/cobra on 18-Aug-2021