peer version

The peer version command displays the version information of the peer. It displays version, Commit SHA, Go version, OS/architecture, and chaincode information. For example:

  1. peer:
  2. Version: 2.1.0
  3. Commit SHA: b78d79b
  4. Go version: go1.14.1
  5. OS/Arch: linux/amd64
  6. Chaincode:
  7. Base Docker Label: org.hyperledger.fabric
  8. Docker Namespace: hyperledger

Syntax

The peer version command takes no arguments.

peer version

  1. Print current version of the fabric peer server.
  2. Usage:
  3. peer version [flags]
  4. Flags:
  5. -h, --help help for version

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.