Merge pull request #6155 from filecoin-project/fix/cligen

Update cli gen
This commit is contained in:
Łukasz Magiera 2021-04-30 18:04:10 +02:00 committed by GitHub
commit 0d253c3e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -616,7 +616,7 @@ CATEGORY:
STORAGE STORAGE
OPTIONS: OPTIONS:
--by-ping (default: false) --by-ping sort by ping (default: false)
--output-format value Either 'text' or 'csv' (default: "text") --output-format value Either 'text' or 'csv' (default: "text")
--help, -h show help (default: false) --help, -h show help (default: false)
@ -1422,29 +1422,30 @@ USAGE:
lotus state command [command options] [arguments...] lotus state command [command options] [arguments...]
COMMANDS: COMMANDS:
power Query network or miner power power Query network or miner power
sectors Query the sector set of a miner sectors Query the sector set of a miner
active-sectors Query the active sector set of a miner active-sectors Query the active sector set of a miner
list-actors list all actors in the network list-actors list all actors in the network
list-miners list all miners in the network list-miners list all miners in the network
circulating-supply Get the exact current circulating supply of Filecoin circulating-supply Get the exact current circulating supply of Filecoin
sector Get miner sector info sector Get miner sector info
get-actor Print actor information get-actor Print actor information
lookup Find corresponding ID address lookup Find corresponding ID address
replay Replay a particular message replay Replay a particular message
sector-size Look up miners sector size sector-size Look up miners sector size
read-state View a json representation of an actors state read-state View a json representation of an actors state
list-messages list messages on chain matching given criteria list-messages list messages on chain matching given criteria
compute-state Perform state computations compute-state Perform state computations
call Invoke a method on an actor locally call Invoke a method on an actor locally
get-deal View on-chain deal info get-deal View on-chain deal info
wait-msg Wait for a message to appear on chain wait-msg Wait for a message to appear on chain
search-msg Search to see whether a message has appeared on chain search-msg Search to see whether a message has appeared on chain
miner-info Retrieve miner information miner-info Retrieve miner information
market Inspect the storage market actor market Inspect the storage market actor
exec-trace Get the execution trace of a given message exec-trace Get the execution trace of a given message
network-version Returns the network version network-version Returns the network version
help, h Shows a list of commands or help for one command miner-proving-deadline Retrieve information about a given miner's proving deadline
help, h Shows a list of commands or help for one command
OPTIONS: OPTIONS:
--tipset value specify tipset to call method on (pass comma separated array of cids) --tipset value specify tipset to call method on (pass comma separated array of cids)
@ -1777,6 +1778,19 @@ OPTIONS:
``` ```
### lotus state miner-proving-deadline
```
NAME:
lotus state miner-proving-deadline - Retrieve information about a given miner's proving deadline
USAGE:
lotus state miner-proving-deadline [command options] [minerAddress]
OPTIONS:
--help, -h show help (default: false)
```
## lotus chain ## lotus chain
``` ```
NAME: NAME: