Sébastien Pierre
Sébastien Pierre
I didn't know that there was an option for that on system package managers. Are you talking apt-ge/yum or pip/easy_install?
Hi! Could you please elaborate on this issue, I'm not sure to understand what the problem is. Thanks!
This is in an interesting discussion, however, the main reason why I introduced this notion of "modes" is the to avoid having to re-write functions that use a specific mode....
In that case reading the password should not use sudo, as it's not necessary. I didn't say I would like to use run() only in function core, only that I...
@schacki yes indeed, and I think @madkinder made a pretty good summary of what we should do next. I've released an update today, but would love to have some contributions...
Alright, then, thanks!
@davehughes I was planning to rework the `run` function in Cuisine to support sudo/user and local/remote all based on `fabric.api.env`. Maybe it would be best to wait for me to...
Ha, it's interesting, we took at similar approach for modes -- well done! Here's the update 96e73006c2fabdc1b4d006945fca5c9f03c03855 -- I've added some test cases for modes as well.
Yes, if `cuisine.run_local` can behave as close as possible to `fabric.run` it would be ideal -- but let's try to keep things simple as well and not mimic obscure/undocumented featured...
I actually didn't add `sudo_password` but saw it in the code today. I think it's safe to remove it, especially if it's an option already supported by fabric.