-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-8413] Added doc for peer version command
Added doc for the peer version command. Change-Id: I610efe0dd79040ecb987b9b45600f703b49dfcf8 Signed-off-by: Anil Ambati <aambati@us.ibm.com>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# peer version | ||
|
||
## Description | ||
The `peer version` command displays the version information of the peer. It displays version, Go version, OS/architecture, | ||
if experimental features are turned on, and chaincode information. For example: | ||
|
||
``` | ||
peer: | ||
Version: 1.1.0-beta-snapshot-a6c3447e | ||
Go version: go1.9.2 | ||
OS/Arch: linux/amd64 | ||
Experimental features: true | ||
Chaincode: | ||
Base Image Version: 0.4.5 | ||
Base Docker Namespace: hyperledger | ||
Base Docker Label: org.hyperledger.fabric | ||
Docker Namespace: hyperledger | ||
``` | ||
|
||
## Syntax | ||
The `peer version` command has the following syntax: | ||
|
||
``` | ||
peer version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters