github.com/sykesm/fabric@v1.1.0-preview.0.20200129034918-2aa12b1a0181/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: 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.