Skip to content
New issue

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

wheel key.delete command not working #202

Open
tomrwillis opened this issue Mar 10, 2020 · 1 comment
Open

wheel key.delete command not working #202

tomrwillis opened this issue Mar 10, 2020 · 1 comment

Comments

@tomrwillis
Copy link

trying to delete a key

    self.api.login(self.uid, self.pwd, "pam")
    res = self.api.wheel("key.delete", keyId)

returns delete command takes 1 argument, none given

@squidly
Copy link

squidly commented Apr 13, 2020

hi,

you are supposed tu use a named arg :

api.wheel('key.delete',match='minion')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants