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

Adding the option to remove multiple keys at once by using wildcard #125

Merged
merged 1 commit into from
Jan 1, 2016

Conversation

chrisfsampaio
Copy link
Contributor

If Wildcards are included, it will remove the keys matching the pattern. E.g.: pod keys rm "G*og*" will remove all the keys that begin with 'G', have 'og' in the middle and end with anything.

To nuke all the keys, run either pod keys rm "*" or pod keys rm --all.

It should close #111. /cc @ashfurrow

@ashfurrow
Copy link
Collaborator

Looks good to me! There are some issues CI has around formatting: https://travis-ci.org/orta/cocoapods-keys/builds/99628997#L164 Otherwise looks awesome!

…attern matching or a new argument option '--all'
@chrisfsampaio
Copy link
Contributor Author

@ashfurrow Thanks for taking a look, the formatting issues were fixed and we have green lights now! 🎉
I've also squashed the whole thing into a single commit.

@ashfurrow
Copy link
Collaborator

Thanks champ!

ashfurrow added a commit that referenced this pull request Jan 1, 2016
Adding the option to remove multiple keys at once by using wildcard
@ashfurrow ashfurrow merged commit ee6dd63 into orta:master Jan 1, 2016
@orta
Copy link
Owner

orta commented Jan 1, 2016

aweeesommmmeeee

@chrisfsampaio
Copy link
Contributor Author

Y'all are more than welcome. Thanks for keeping up such great tools! 😉

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

Successfully merging this pull request may close these issues.

Nuke Option
3 participants