github.com/true-sqn/fabric@v2.1.1+incompatible/docs/source/commands/peerversion.md (about)

     1  # peer version
     2  
     3  The `peer version` command displays the version information of the peer. It
     4  displays version, Commit SHA, Go version, OS/architecture, and chaincode
     5  information. For example:
     6  
     7  ```
     8   peer:
     9     Version: 2.1.0
    10     Commit SHA: b78d79b
    11     Go version: go1.14.1
    12     OS/Arch: linux/amd64
    13     Chaincode:
    14      Base Docker Label: org.hyperledger.fabric
    15      Docker Namespace: hyperledger
    16  ```
    17  
    18  ## Syntax
    19  
    20  The `peer version` command takes no arguments.
    21  
    22  ## peer version
    23  ```
    24  Print current version of the fabric peer server.
    25  
    26  Usage:
    27    peer version [flags]
    28  
    29  Flags:
    30    -h, --help   help for version
    31  ```
    32  
    33  
    34  <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.