rethinkdb / horizon

Horizon is a realtime, open-source backend for JavaScript apps.
MIT License
6.78k stars 349 forks source link

Remove --config option from cli commands #788

Closed Tryneus closed 8 years ago

Tryneus commented 8 years ago

This was a little outdated (we had a way to specify config.toml, but not secrets.toml, and the help text was a little broken), and didn't work according to #781. Rather than complicate things by adding even more options, config.toml and secrets.toml are now always expected to be in ${project_dir}/.hz/. This should simplify things a bit.


This change is Reviewable

deontologician commented 8 years ago
:lgtm: