mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docs: moved CLI docs to new reference section
This commit is contained in:
parent
95db652a58
commit
6c81882899
@ -12,4 +12,3 @@ BigchainDB Nodes
|
||||
setup-run-node
|
||||
run-with-docker
|
||||
running-unit-tests
|
||||
bigchaindb-cli
|
||||
|
@ -96,7 +96,7 @@ docker run --rm -v "$HOME/bigchaindb_docker:/data" -ti \
|
||||
|
||||
Note the `--link` option to link to the first container (named `bigchaindb`).
|
||||
|
||||
Aside: The `bigchaindb load` command has several options (e.g. `-m`). You can read more about it in [the documentation about the BigchainDB command line interface](bigchaindb-cli.html).
|
||||
Aside: The `bigchaindb load` command has several options (e.g. `-m`). You can read more about it in [the documentation about the BigchainDB command line interface](../server-reference/bigchaindb-cli.html).
|
||||
|
||||
If you look at the RethinkDB dashboard (in your web browser), you should see the effects of the load test. You can also see some effects in the Docker logs using:
|
||||
```text
|
||||
|
@ -161,7 +161,7 @@ Start by creating a default BigchainDB config file:
|
||||
bigchaindb -y configure
|
||||
```
|
||||
|
||||
(There's documentation for the `bigchaindb` command is in the section on [the BigchainDB Command Line Interface (CLI)](bigchaindb-cli.html).)
|
||||
(There's documentation for the `bigchaindb` command in the section on [the BigchainDB Command Line Interface (CLI)](../server-reference/bigchaindb-cli.html).)
|
||||
|
||||
Edit the created config file:
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
# The BigchainDB Command Line Interface (CLI)
|
||||
# BigchainDB Command Line Interface (CLI)
|
||||
|
||||
**Note: At the time of writing, BigchainDB Server and our BigchainDB client are combined, so the BigchainDB CLI includes some server-specific commands and some client-specific commands (e.g. `bigchaindb load`). Soon, BigchainDB Server will be separate from all BigchainDB clients, and they'll all have different CLIs.**
|
||||
|
||||
|
||||
The command-line command to interact with BigchainDB is `bigchaindb`.
|
||||
|
@ -1,10 +1,11 @@
|
||||
.. You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
BigchainDB Server Reference
|
||||
BigchainDB Settings and CLI
|
||||
===========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
configuration
|
||||
bigchaindb-cli
|
||||
|
Loading…
x
Reference in New Issue
Block a user