nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.6k stars 146 forks source link

Support default options read from .foreman or .honcho file #157

Open philfreo opened 9 years ago

philfreo commented 9 years ago

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.

slafs commented 9 years ago

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

philfreo commented 9 years ago

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.

andriytyurnikov commented 1 year ago

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