dtr: promote current_issues in rethinkcli docs

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2017-12-06 15:40:12 -05:00 committed by Joao Fernandes
parent 6cfcb5439b
commit e37c3a4dac
3 changed files with 12 additions and 12 deletions

View File

@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB
queries such as:
```none
# List problems detected within the rethinkdb cluster
> r.db("rethinkdb").table("current_issues")
...
# List all the DBs in RethinkDB
> r.dbList()
[ 'dtr2',
@ -96,10 +100,6 @@ queries such as:
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
visibility: 'public' },
...
# List problems detected within the rethinkdb cluster
> r.db("rethinkdb").table("current_issues")
...
```
Indvidual DBs and tables are a private implementation detail and may change in DTR

View File

@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB
queries such as:
```none
# List problems detected within the rethinkdb cluster
> r.db("rethinkdb").table("current_issues")
...
# List all the DBs in RethinkDB
> r.dbList()
[ 'dtr2',
@ -96,10 +100,6 @@ queries such as:
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
visibility: 'public' },
...
# List problems detected within the rethinkdb cluster
> r.db("rethinkdb").table("current_issues")
...
```
Indvidual DBs and tables are a private implementation detail and may change in DTR

View File

@ -69,6 +69,10 @@ tool launches an interactive prompt where you can run RethinkDB
queries such as:
```none
# List problems detected within the rethinkdb cluster
> r.db("rethinkdb").table("current_issues")
...
# List all the DBs in RethinkDB
> r.dbList()
[ 'dtr2',
@ -96,10 +100,6 @@ queries such as:
pk: 'cf5e8bf1197e281c747f27e203e42e22721d5c0870b06dfb1060ad0970e99ada',
visibility: 'public' },
...
# List problems detected within the rethinkdb cluster
> r.db("rethinkdb").table("current_issues")
...
```
Indvidual DBs and tables are a private implementation detail and may change in DTR