bigchaindb/docs/source/bigchaindb-cli.md
2016-02-16 20:42:43 +01:00

709 B

The BigchainDB Command Line Interfaces (CLIs)

BigchainDB has some Command Line Interfaces (CLIs). One of them is the bigchaindb command which we already saw when we first started BigchainDB using:

$ bigchaindb start

The fist time you run bigchaindb start, it creates a default configuration file in $HOME/.bigchaindb. You can check that configuration using:

$ bigchaindb show-config

To find out what else you can do with the bigchain command, use:

$ bigchaindb -h

There's another command named bigchaindb-benchmark. It's used to run benchmarking tests. You can learn more about it using:

$ bigchaindb-benchmark -h
$ bigchaindb-benchmark load -h