diff --git a/core/commands/pin/remotepin.go b/core/commands/pin/remotepin.go index 9d1e3d60bfa0134247b8f5531394f09e57aa2bf6..c7b365f8ec7b12fbbaa15207069eb17a760ed806 100644 --- a/core/commands/pin/remotepin.go +++ b/core/commands/pin/remotepin.go @@ -112,7 +112,14 @@ after remote service confirms 'queued' status, add the '--background' flag: $ ipfs pin remote add --service=mysrv --name=mypin --background bafkqaaa -Status of background pin requests can be inspected with the 'ls' command: +Status of background pin requests can be inspected with the 'ls' command. + +To list all pins for the CID across all statuses: + + $ ipfs pin remote ls --service=mysrv --cid=bafkqaaa --status=queued \ + --status=pinning --status=pinned --status=failed + +NOTE: a comma-separated notation is supported in CLI for convenience: $ ipfs pin remote ls --service=mysrv --cid=bafkqaaa --status=queued,pinning,pinned,failed