nickstenning / honcho

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

Dashes in process types #206

Closed johndgiese closed 4 years ago

johndgiese commented 5 years ago

I believe that process types, according to this Heroku page, must be alphanumeric.

If I create a Procfile with the following content

process-type-with-dashes: python -c 'print("hello")'

and then run honcho start, honcho fails silently.

Also, when I run honcho check, it says it is a valid Procfile.

Perhaps it would be helpful if:

I am using honcho v1.0.1 with python 3.7.0 on macOS.

Thank you for all of your work, I wish I had time to create a PR for this, but I figured creating an issue was better than nothing.

nickstenning commented 5 years ago

Huh, interesting. I certainly agree that honcho check and honcho start should agree on this! Will check.