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

pinning/http: Add support for status wildcard #380

Open
lidel opened this issue Dec 11, 2020 · 0 comments
Open

pinning/http: Add support for status wildcard #380

lidel opened this issue Dec 11, 2020 · 0 comments
Labels
help wanted Seeking public contribution on this issue

Comments

@lidel
Copy link
Member

lidel commented Dec 11, 2020

cc ipfs/kubo#7559

Passing all four states is tedious.
I found myself wishing something like this was possible:

$ ipfs pin remote ls --status=any # show me all pins in all states
$ ipfs pin remote rm --status=any --force # purge remote service from all the pins

While we want to keep pinned as the default for performance reasons,
having any would be nice UX improvement.

@aschmahmann I was going to PR go-ipfs and add it there, but now I wonder if it does make sense to add support for Any status directly to this lib, and replace it with Queued,Pinning,Pinned,Failed behind the curtain. Thoughts?

@BigLep BigLep added the help wanted Seeking public contribution on this issue label Mar 10, 2022
@Jorropo Jorropo transferred this issue from ipfs/go-pinning-service-http-client Jun 26, 2023
@Jorropo Jorropo changed the title Add support for status wildcard pinning/http: Add support for status wildcard Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants