github.com/vchain-us/vcn@v0.9.11-0.20210921212052-a2484d23c0b3/docs/cmd/vcn.md (about) 1 ## vcn 2 3 vChain CodeNotary - Notarize and authenticate, from code to production 4 5 ### Options 6 7 ``` 8 -h, --help help for vcn 9 -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. 10 -S, --silent silent mode, don't show progress spinner, but it will still output the result 11 --vcnpath string config files (default is /tmp/.vcn/config.json on linux, c:\temp\config.json or c:\windows\temp\config.json on Windows) 12 --verbose if true, print additional information 13 -v, --version version for vcn 14 ``` 15 16 ### SEE ALSO 17 18 * [vcn alerts](vcn_alerts.md) - Manage alerts 19 * [vcn authenticate](vcn_authenticate.md) - Authenticate assets against the blockchain 20 * [vcn bom](vcn_bom.md) - Collect BoM information 21 * [vcn dashboard](vcn_dashboard.md) - Open https://dashboard.codenotary.io in browser 22 * [vcn info](vcn_info.md) - Display vcn information 23 * [vcn inspect](vcn_inspect.md) - Returns the asset history with low-level information 24 * [vcn list](vcn_list.md) - List your notarized assets 25 * [vcn login](vcn_login.md) - Log in to Codenotary Cloud 26 * [vcn logout](vcn_logout.md) - Logout the current user 27 * [vcn notarize](vcn_notarize.md) - Notarize an asset onto the blockchain 28 * [vcn serve](vcn_serve.md) - Start a local API server 29 * [vcn set](vcn_set.md) - Set specific features options 30 * [vcn unsupport](vcn_unsupport.md) - Unsupport an asset 31 * [vcn untrust](vcn_untrust.md) - Untrust an asset 32 33 ###### Auto generated by spf13/cobra on 2-Aug-2021