fix: docs-gen
This commit is contained in:
parent
025d8ebc59
commit
588d6ec828
@ -78,7 +78,6 @@ OPTIONS:
|
|||||||
--gas-premium value set gas premium for initialization messages in AttoFIL (default: "0")
|
--gas-premium value set gas premium for initialization messages in AttoFIL (default: "0")
|
||||||
--from value select which address to send actor creation message from
|
--from value select which address to send actor creation message from
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -160,8 +159,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -204,10 +202,10 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
The backup command writes a copy of node metadata under the specified path
|
The backup command writes a copy of node metadata under the specified path
|
||||||
|
|
||||||
Online backups:
|
Online backups:
|
||||||
For security reasons, the daemon must be have LOTUS_BACKUP_BASE_PATH env var set
|
For security reasons, the daemon must be have LOTUS_BACKUP_BASE_PATH env var set
|
||||||
to a path where backup files are supposed to be saved, and the path specified in
|
to a path where backup files are supposed to be saved, and the path specified in
|
||||||
this command must be within this base path
|
this command must be within this base path
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--offline create backup without the node running (default: false)
|
--offline create backup without the node running (default: false)
|
||||||
@ -249,8 +247,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -339,8 +336,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -433,7 +429,6 @@ OPTIONS:
|
|||||||
--hide-sectors-info hide sectors info (default: false)
|
--hide-sectors-info hide sectors info (default: false)
|
||||||
--blocks value Log of produced <blocks> newest blocks and rewards(Miner Fee excluded) (default: 0)
|
--blocks value Log of produced <blocks> newest blocks and rewards(Miner Fee excluded) (default: 0)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -464,8 +459,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -512,8 +506,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -541,22 +534,21 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Set the log level for logging systems:
|
Set the log level for logging systems:
|
||||||
|
|
||||||
The system flag can be specified multiple times.
|
The system flag can be specified multiple times.
|
||||||
|
|
||||||
eg) log set-level --system chain --system chainxchg debug
|
eg) log set-level --system chain --system chainxchg debug
|
||||||
|
|
||||||
Available Levels:
|
Available Levels:
|
||||||
debug
|
debug
|
||||||
info
|
info
|
||||||
warn
|
warn
|
||||||
error
|
error
|
||||||
|
|
||||||
Environment Variables:
|
|
||||||
GOLOG_LOG_LEVEL - Default log level for all log systems
|
|
||||||
GOLOG_LOG_FMT - Change output log format (json, nocolor)
|
|
||||||
GOLOG_FILE - Write logs to file
|
|
||||||
GOLOG_OUTPUT - Specify whether to output to file, stderr, stdout or a combination, i.e. file+stderr
|
|
||||||
|
|
||||||
|
Environment Variables:
|
||||||
|
GOLOG_LOG_LEVEL - Default log level for all log systems
|
||||||
|
GOLOG_LOG_FMT - Change output log format (json, nocolor)
|
||||||
|
GOLOG_FILE - Write logs to file
|
||||||
|
GOLOG_OUTPUT - Specify whether to output to file, stderr, stdout or a combination, i.e. file+stderr
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--system value limit to log system
|
--system value limit to log system
|
||||||
@ -634,8 +626,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -683,8 +674,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -856,8 +846,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -876,8 +865,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -980,8 +968,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1051,8 +1038,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1149,8 +1135,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1278,8 +1263,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1298,8 +1282,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1357,8 +1340,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1433,8 +1415,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1518,8 +1499,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1687,7 +1667,6 @@ COMMANDS:
|
|||||||
OPTIONS:
|
OPTIONS:
|
||||||
--really-do-it pass this flag if you know what you are doing (default: false)
|
--really-do-it pass this flag if you know what you are doing (default: false)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1798,8 +1777,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1848,8 +1826,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1931,9 +1908,9 @@ USAGE:
|
|||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Sectors can be stored across many filesystem paths. These
|
Sectors can be stored across many filesystem paths. These
|
||||||
commands provide ways to manage the storage the miner will used to store sectors
|
commands provide ways to manage the storage the miner will used to store sectors
|
||||||
long term for proving (references as 'store') as well as how sectors will be
|
long term for proving (references as 'store') as well as how sectors will be
|
||||||
stored while moving through the sealing pipeline (references as 'seal').
|
stored while moving through the sealing pipeline (references as 'seal').
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
attach attach local storage path
|
attach attach local storage path
|
||||||
@ -1943,8 +1920,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1958,24 +1934,23 @@ USAGE:
|
|||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Storage can be attached to the miner using this command. The storage volume
|
Storage can be attached to the miner using this command. The storage volume
|
||||||
list is stored local to the miner in $LOTUS_MINER_PATH/storage.json. We do not
|
list is stored local to the miner in $LOTUS_MINER_PATH/storage.json. We do not
|
||||||
recommend manually modifying this value without further understanding of the
|
recommend manually modifying this value without further understanding of the
|
||||||
storage system.
|
storage system.
|
||||||
|
|
||||||
Each storage volume contains a configuration file which describes the
|
Each storage volume contains a configuration file which describes the
|
||||||
capabilities of the volume. When the '--init' flag is provided, this file will
|
capabilities of the volume. When the '--init' flag is provided, this file will
|
||||||
be created using the additional flags.
|
be created using the additional flags.
|
||||||
|
|
||||||
Weight
|
Weight
|
||||||
A high weight value means data will be more likely to be stored in this path
|
A high weight value means data will be more likely to be stored in this path
|
||||||
|
|
||||||
Seal
|
Seal
|
||||||
Data for the sealing process will be stored here
|
Data for the sealing process will be stored here
|
||||||
|
|
||||||
Store
|
|
||||||
Finalized sectors that will be moved here for long term storage and be proven
|
|
||||||
over time
|
|
||||||
|
|
||||||
|
Store
|
||||||
|
Finalized sectors that will be moved here for long term storage and be proven
|
||||||
|
over time
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--init initialize the path first (default: false)
|
--init initialize the path first (default: false)
|
||||||
@ -2000,9 +1975,8 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--color use color in display output (default: depends on output being a TTY)
|
--color use color in display output (default: depends on output being a TTY)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2063,8 +2037,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -75,8 +75,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -139,8 +138,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -71,7 +71,6 @@ OPTIONS:
|
|||||||
--restore value restore from backup file
|
--restore value restore from backup file
|
||||||
--restore-config value config file to use when restoring from backup
|
--restore-config value config file to use when restoring from backup
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -99,10 +98,10 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
The backup command writes a copy of node metadata under the specified path
|
The backup command writes a copy of node metadata under the specified path
|
||||||
|
|
||||||
Online backups:
|
Online backups:
|
||||||
For security reasons, the daemon must be have LOTUS_BACKUP_BASE_PATH env var set
|
For security reasons, the daemon must be have LOTUS_BACKUP_BASE_PATH env var set
|
||||||
to a path where backup files are supposed to be saved, and the path specified in
|
to a path where backup files are supposed to be saved, and the path specified in
|
||||||
this command must be within this base path
|
this command must be within this base path
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--offline create backup without the node running (default: false)
|
--offline create backup without the node running (default: false)
|
||||||
@ -124,8 +123,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -218,8 +216,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -372,8 +369,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -445,8 +441,7 @@ COMMANDS:
|
|||||||
cancel-transfer Force cancel a data transfer
|
cancel-transfer Force cancel a data transfer
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -607,13 +602,13 @@ CATEGORY:
|
|||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Make a deal with a miner.
|
Make a deal with a miner.
|
||||||
dataCid comes from running 'lotus client import'.
|
dataCid comes from running 'lotus client import'.
|
||||||
miner is the address of the miner you wish to make a deal with.
|
miner is the address of the miner you wish to make a deal with.
|
||||||
price is measured in FIL/Epoch. Miners usually don't accept a bid
|
price is measured in FIL/Epoch. Miners usually don't accept a bid
|
||||||
lower than their advertised ask (which is in FIL/GiB/Epoch). You can check a miners listed price
|
lower than their advertised ask (which is in FIL/GiB/Epoch). You can check a miners listed price
|
||||||
with 'lotus client query-ask <miner address>'.
|
with 'lotus client query-ask <miner address>'.
|
||||||
duration is how long the miner should store the data for, in blocks.
|
duration is how long the miner should store the data for, in blocks.
|
||||||
The minimum value is 518400 (6 months).
|
The minimum value is 518400 (6 months).
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--manual-piece-cid value manually specify piece commitment for data (dataCid must be to a car file)
|
--manual-piece-cid value manually specify piece commitment for data (dataCid must be to a car file)
|
||||||
@ -873,7 +868,6 @@ COMMANDS:
|
|||||||
OPTIONS:
|
OPTIONS:
|
||||||
--confidence value number of block confirmations to wait for (default: 5)
|
--confidence value number of block confirmations to wait for (default: 5)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1125,8 +1119,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1215,8 +1208,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1265,8 +1257,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1417,8 +1408,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1470,8 +1460,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1621,7 +1610,6 @@ COMMANDS:
|
|||||||
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)
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1906,8 +1894,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1992,8 +1979,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2065,9 +2051,8 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Collect object size and ipld link count for an object.
|
Collect object size and ipld link count for an object.
|
||||||
|
|
||||||
When a base is provided it will be walked first, and all links visisted
|
When a base is provided it will be walked first, and all links visisted
|
||||||
will be ignored when the passed in object is walked.
|
will be ignored when the passed in object is walked.
|
||||||
|
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--base value ignore links found in this obj
|
--base value ignore links found in this obj
|
||||||
@ -2118,33 +2103,32 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Get ipld node under a specified path:
|
Get ipld node under a specified path:
|
||||||
|
|
||||||
lotus chain get /ipfs/[cid]/some/path
|
lotus chain get /ipfs/[cid]/some/path
|
||||||
|
|
||||||
Path prefixes:
|
Path prefixes:
|
||||||
- /ipfs/[cid], /ipld/[cid] - traverse IPLD path
|
- /ipfs/[cid], /ipld/[cid] - traverse IPLD path
|
||||||
- /pstate - traverse from head.ParentStateRoot
|
- /pstate - traverse from head.ParentStateRoot
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
You can use special path elements to traverse through some data structures:
|
You can use special path elements to traverse through some data structures:
|
||||||
- /ipfs/[cid]/@H:elem - get 'elem' from hamt
|
- /ipfs/[cid]/@H:elem - get 'elem' from hamt
|
||||||
- /ipfs/[cid]/@Hi:123 - get varint elem 123 from hamt
|
- /ipfs/[cid]/@Hi:123 - get varint elem 123 from hamt
|
||||||
- /ipfs/[cid]/@Hu:123 - get uvarint elem 123 from hamt
|
- /ipfs/[cid]/@Hu:123 - get uvarint elem 123 from hamt
|
||||||
- /ipfs/[cid]/@Ha:t01 - get element under Addr(t01).Bytes
|
- /ipfs/[cid]/@Ha:t01 - get element under Addr(t01).Bytes
|
||||||
- /ipfs/[cid]/@A:10 - get 10th amt element
|
- /ipfs/[cid]/@A:10 - get 10th amt element
|
||||||
- .../@Ha:t01/@state - get pretty map-based actor state
|
- .../@Ha:t01/@state - get pretty map-based actor state
|
||||||
|
|
||||||
List of --as-type types:
|
|
||||||
- raw
|
|
||||||
- block
|
|
||||||
- message
|
|
||||||
- smessage, signedmessage
|
|
||||||
- actor
|
|
||||||
- amt
|
|
||||||
- hamt-epoch
|
|
||||||
- hamt-address
|
|
||||||
- cronevent
|
|
||||||
- account-state
|
|
||||||
|
|
||||||
|
List of --as-type types:
|
||||||
|
- raw
|
||||||
|
- block
|
||||||
|
- message
|
||||||
|
- smessage, signedmessage
|
||||||
|
- actor
|
||||||
|
- amt
|
||||||
|
- hamt-epoch
|
||||||
|
- hamt-address
|
||||||
|
- cronevent
|
||||||
|
- account-state
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--as-type value specify type to interpret output as
|
--as-type value specify type to interpret output as
|
||||||
@ -2165,17 +2149,16 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Bisect the chain state tree:
|
Bisect the chain state tree:
|
||||||
|
|
||||||
lotus chain bisect [min height] [max height] '1/2/3/state/path' 'shell command' 'args'
|
lotus chain bisect [min height] [max height] '1/2/3/state/path' 'shell command' 'args'
|
||||||
|
|
||||||
Returns the first tipset in which condition is true
|
Returns the first tipset in which condition is true
|
||||||
v
|
v
|
||||||
[start] FFFFFFFTTT [end]
|
[start] FFFFFFFTTT [end]
|
||||||
|
|
||||||
Example: find height at which deal ID 100 000 appeared
|
Example: find height at which deal ID 100 000 appeared
|
||||||
- lotus chain bisect 1 32000 '@Ha:t03/1' jq -e '.[2] > 100000'
|
- lotus chain bisect 1 32000 '@Ha:t03/1' jq -e '.[2] > 100000'
|
||||||
|
|
||||||
For special path elements see 'chain get' help
|
|
||||||
|
|
||||||
|
For special path elements see 'chain get' help
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
@ -2255,8 +2238,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2288,8 +2270,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2326,7 +2307,6 @@ OPTIONS:
|
|||||||
--max-fee value Spend up to X FIL per DisputeWindowedPoSt message
|
--max-fee value Spend up to X FIL per DisputeWindowedPoSt message
|
||||||
--from value optionally specify the account to send messages from
|
--from value optionally specify the account to send messages from
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2372,8 +2352,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2401,22 +2380,21 @@ USAGE:
|
|||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
Set the log level for logging systems:
|
Set the log level for logging systems:
|
||||||
|
|
||||||
The system flag can be specified multiple times.
|
The system flag can be specified multiple times.
|
||||||
|
|
||||||
eg) log set-level --system chain --system chainxchg debug
|
eg) log set-level --system chain --system chainxchg debug
|
||||||
|
|
||||||
Available Levels:
|
Available Levels:
|
||||||
debug
|
debug
|
||||||
info
|
info
|
||||||
warn
|
warn
|
||||||
error
|
error
|
||||||
|
|
||||||
Environment Variables:
|
|
||||||
GOLOG_LOG_LEVEL - Default log level for all log systems
|
|
||||||
GOLOG_LOG_FMT - Change output log format (json, nocolor)
|
|
||||||
GOLOG_FILE - Write logs to file
|
|
||||||
GOLOG_OUTPUT - Specify whether to output to file, stderr, stdout or a combination, i.e. file+stderr
|
|
||||||
|
|
||||||
|
Environment Variables:
|
||||||
|
GOLOG_LOG_LEVEL - Default log level for all log systems
|
||||||
|
GOLOG_LOG_FMT - Change output log format (json, nocolor)
|
||||||
|
GOLOG_FILE - Write logs to file
|
||||||
|
GOLOG_OUTPUT - Specify whether to output to file, stderr, stdout or a combination, i.e. file+stderr
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--system value limit to log system
|
--system value limit to log system
|
||||||
@ -2492,8 +2470,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2621,8 +2598,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2641,8 +2617,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2700,8 +2675,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2775,8 +2749,7 @@ COMMANDS:
|
|||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
--version, -v print the version (default: false)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user