nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.

Home Page:http://pypi.python.org/pypi/honcho

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support default options read from .foreman or .honcho file

philfreo opened this issue · comments

Foreman reads default options from a .foreman file - http://ddollar.github.io/foreman/#DEFAULT-OPTIONS

Would be nice to see the same behavior in honcho either via .foreman or .honcho -- allows changing the default name of the procfile, for instance.

That's a great idea. Would you mind opening a Pull Request for this?

Just wanted to log/suggest it as an idea. Won't be opening a PR right now unless this becomes a bigger problem for me.

Initial implementation added in #239
Feedback, input, tests are welcome.