You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Passing all four states is tedious.
I found myself wishing something like this was possible:
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 withQueued,Pinning,Pinned,Failed
behind the curtain. Thoughts?The text was updated successfully, but these errors were encountered: