peer version

peer version コマンドは、ピアのバージョン情報を表示します。 バージョン、Commit SHA、Goバージョン、OS/アーキテクチャ、チェーンコードの情報が表示されます。 例えば、以下のようになります:

 peer:
   Version: 2.1.0
   Commit SHA: b78d79b
   Go version: go1.14.1
   OS/Arch: linux/amd64
   Chaincode:
    Base Docker Label: org.hyperledger.fabric
    Docker Namespace: hyperledger

Syntax

peer version コマンドは引数をとりません。

peer version

Print current version of the fabric peer server.

Usage:
  peer version [flags]

Flags:
  -h, --help   help for version

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