github.com/hyperledger-labs/bdls@v2.1.1+incompatible/docs/wrappers/peer_version_preamble.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.