Skip to content

Commit

Permalink
[FAB-8413] Added doc for peer version command
Browse files Browse the repository at this point in the history
Added doc for the peer version command.

Change-Id: I610efe0dd79040ecb987b9b45600f703b49dfcf8
Signed-off-by: Anil Ambati <aambati@us.ibm.com>
  • Loading branch information
Anil Ambati authored and denyeart committed Feb 26, 2018
1 parent 3b9e85f commit e31ed0a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/source/commands/peerversion.md
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
```
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Business:
commands/peercommand.md
commands/peerchaincode.md
commands/peerchannel.md
commands/peerversion.md
commands/peerlogging.md
commands/peernode.md
commands/configtxgen.md
Expand Down

0 comments on commit e31ed0a

Please sign in to comment.