mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add example for new cli command
This commit is contained in:
parent
8e8461b246
commit
42af61b1e4
@ -163,3 +163,12 @@ The election data is the same set of arguments used in the `election new` comman
|
||||
## bigchaindb tendermint-version
|
||||
|
||||
Show the Tendermint versions supported by BigchainDB server.
|
||||
```bash
|
||||
$ bigchaindb tendermint-version
|
||||
{
|
||||
"description": "BigchainDB supports the following Tendermint version(s)",
|
||||
"tendermint": [
|
||||
"0.22.8"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user