github.com/vchain-us/vcn@v0.9.11-0.20210921212052-a2484d23c0b3/docs/cmd/vcn_inspect.md (about)

     1  ## vcn inspect
     2  
     3  Returns the asset history with low-level information
     4  
     5  ### Synopsis
     6  
     7  
     8  Returns the asset history with low-level information
     9  
    10  Environment variables:
    11  VCN_USER=
    12  VCN_PASSWORD=
    13  VCN_NOTARIZATION_PASSWORD=
    14  VCN_NOTARIZATION_PASSWORD_EMPTY=
    15  VCN_OTP=
    16  VCN_OTP_EMPTY=
    17  VCN_LC_HOST=
    18  VCN_LC_PORT=
    19  VCN_LC_CERT=
    20  VCN_LC_SKIP_TLS_VERIFY=false
    21  VCN_LC_NO_TLS=false
    22  VCN_LC_API_KEY=
    23  VCN_LC_LEDGER=
    24  
    25  ```
    26  vcn inspect [flags]
    27  ```
    28  
    29  ### Examples
    30  
    31  ```
    32  
    33  vcn inspect document.pdf --last 1
    34  vcn inspect document.pdf --first 1
    35  vcn inspect document.pdf --start 2020/10/28-08:00:00 --end 2020/10/28-17:00:00 --first 10
    36  vcn inspect document.pdf --signerID CygBE_zb8XnprkkO6ncIrbbwYoUq5T1zfyEF6DhqcAI= --start 2020/10/28-16:00:00 --end 2020/10/28-17:10:00 --last 3
    37  
    38  ```
    39  
    40  ### Options
    41  
    42  ```
    43        --end string           set the end of date and time range filter. Example 2020/10/28-16:00:00
    44        --extract-only         if set, print only locally extracted info
    45        --first uint           set the limit for the first elements filter
    46        --hash string          specify a hash to inspect, if set no ARG can be used
    47    -h, --help                 help for inspect
    48        --last uint            set the limit for the last elements filter
    49        --lc-api-key string    Codenotary Cloud server api key
    50        --lc-cert string       local or absolute path to a certificate file needed to set up tls connection to a Codenotary Cloud server
    51        --lc-host string       if set with host, action will be route to a Codenotary Cloud server
    52        --lc-ledger string     Codenotary Cloud ledger. Required when a multi-ledger API key is used.
    53        --lc-no-tls            allow insecure connections when connecting to a Codenotary Cloud server
    54        --lc-port string       set port for set up a connection to a Codenotary Cloud server (default 443). If --lc-no-tls is provided default port will be 80 (default "443")
    55        --lc-skip-tls-verify   disables tls certificate verification when connecting to a Codenotary Cloud server
    56        --signerID string      specify a signerID to refine inspection result on ledger compliance
    57        --start string         set the start of date and time range filter. Example 2020/10/28-16:00:00
    58  ```
    59  
    60  ### Options inherited from parent commands
    61  
    62  ```
    63    -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.
    64    -S, --silent           silent mode, don't show progress spinner, but it will still output the result
    65        --vcnpath string   config files (default is /tmp/.vcn/config.json on linux, c:\temp\config.json or c:\windows\temp\config.json on Windows)
    66  ```
    67  
    68  ### SEE ALSO
    69  
    70  * [vcn](vcn.md)	 - vChain CodeNotary - Notarize and authenticate, from code to production
    71  
    72  ###### Auto generated by spf13/cobra on 29-Jul-2021