Merge pull request #9875 from filecoin-project/gstuart/remove-expired-claim
feat: cli: list claims and remove expired claims
This commit is contained in:
@@ -1210,7 +1210,9 @@ COMMANDS:
|
||||
check-notary-datacap check a notary's remaining bytes
|
||||
sign-remove-data-cap-proposal allows a notary to sign a Remove Data Cap Proposal
|
||||
list-allocations List allocations made by client
|
||||
list-claims List claims made by provider
|
||||
remove-expired-allocations remove expired allocations (if no allocations are specified all eligible allocations are removed)
|
||||
remove-expired-claims remove expired claims (if no claims are specified all eligible claims are removed)
|
||||
help, h Shows a list of commands or help for one command
|
||||
|
||||
OPTIONS:
|
||||
@@ -1309,6 +1311,19 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus filplus list-claims
|
||||
```
|
||||
NAME:
|
||||
lotus filplus list-claims - List claims made by provider
|
||||
|
||||
USAGE:
|
||||
lotus filplus list-claims [command options] providerAddress
|
||||
|
||||
OPTIONS:
|
||||
--expired list only expired claims (default: false)
|
||||
|
||||
```
|
||||
|
||||
### lotus filplus remove-expired-allocations
|
||||
```
|
||||
NAME:
|
||||
@@ -1322,6 +1337,19 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus filplus remove-expired-claims
|
||||
```
|
||||
NAME:
|
||||
lotus filplus remove-expired-claims - remove expired claims (if no claims are specified all eligible claims are removed)
|
||||
|
||||
USAGE:
|
||||
lotus filplus remove-expired-claims [command options] providerAddress Optional[...claimId]
|
||||
|
||||
OPTIONS:
|
||||
--from value optionally specify the account to send the message from
|
||||
|
||||
```
|
||||
|
||||
## lotus paych
|
||||
```
|
||||
NAME:
|
||||
|
||||
Reference in New Issue
Block a user