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

export: Default user name to app name #111

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

and remove code for deducing current user.

This makes the behavior consistent with Foreman (see #109). Also, I think folks are more likely to want to run their apps as some app-specific user, not as the user running export. In fact, some folks may run honcho export on a completely different box than where they end up running the applications.

msabramo commented 9 years ago

@nickstenning, @slafs: Whatcha think?

slafs commented 9 years ago

Sure. +1 from me. In my deployments I also tend to stick with a username equal to my app name.

msabramo commented 9 years ago

@nickstenning: Wanna pull the trigger?

nickstenning commented 9 years ago

LGTM.