Add example for new cli command

This commit is contained in:
Ahmed Muawia Khan 2018-09-13 17:00:08 +02:00
parent 8e8461b246
commit 42af61b1e4

View File

@ -163,3 +163,12 @@ The election data is the same set of arguments used in the `election new` comman
## bigchaindb tendermint-version ## bigchaindb tendermint-version
Show the Tendermint versions supported by BigchainDB server. Show the Tendermint versions supported by BigchainDB server.
```bash
$ bigchaindb tendermint-version
{
"description": "BigchainDB supports the following Tendermint version(s)",
"tendermint": [
"0.22.8"
]
}
```