recli icon indicating copy to clipboard operation
recli copied to clipboard

RethinkDB command-line query tool and REPL

Results 6 recli issues
Sort by recently updated
recently updated
newest added

I've created a Dockerfile which simply builds off of the latest RethinkDB image and installs this tool for easy debugging. Hopefully this is acceptable. :smiley:

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.0.2 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

I guess not seeing as https://github.com/stiang/recli/pull/11 has been open for more than half a year already?

Currently, the authKey can be specified in the YAML file but this is not documented anywhere and it is not exposed in the CLI. Both would be useful to users....

Currently at the interactive prompt, some autocomplete works (e.g: `r.db` shows the various db commands such as `dbCreate`, `dbList`, etc). It would be nice if this can be extended to...