github.com/kaituanwang/hyperledger@v2.0.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: 1.4.0
    10     Commit SHA: 0efc897
    11     Go version: go1.11.1
    12     OS/Arch: linux/amd64
    13     Chaincode:
    14      Base Image Version: 0.4.14
    15      Base Docker Namespace: hyperledger
    16      Base Docker Label: org.hyperledger.fabric
    17      Docker Namespace: hyperledger
    18  ```
    19  
    20  ## Syntax
    21  
    22  The `peer version` command takes no arguments.
    23  
    24  ## peer version
    25  ```
    26  Print current version of the fabric peer server.
    27  
    28  Usage:
    29    peer version [flags]
    30  
    31  Flags:
    32    -h, --help   help for version
    33  ```
    34  
    35  
    36  <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>.