We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo
group=
sudo -g <group>
I ran into a use case where I need to do the equivalent of sudo -g <group> <cmd> on a server. Fabric's sudo operation doesn't support that.
sudo -g <group> <cmd>
The text was updated successfully, but these errors were encountered:
Add group= argument to sudo. Fix fabric#723.
6ed0a1f
See #724
Sorry, something went wrong.
Add attribution for fabric#723 to changelog.
294b869
No branches or pull requests
I ran into a use case where I need to do the equivalent of
sudo -g <group> <cmd>
on a server. Fabric'ssudo
operation doesn't support that.The text was updated successfully, but these errors were encountered: