fix: docs-gen

This commit is contained in:
Dirk McCormick 2021-09-20 13:26:55 +02:00
parent 025d8ebc59
commit 588d6ec828
3 changed files with 153 additions and 209 deletions

View File

@ -78,7 +78,6 @@ OPTIONS:
--gas-premium value set gas premium for initialization messages in AttoFIL (default: "0")
--from value select which address to send actor creation message from
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -161,7 +160,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -204,10 +202,10 @@ USAGE:
DESCRIPTION:
The backup command writes a copy of node metadata under the specified path
Online backups:
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
this command must be within this base path
Online backups:
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
this command must be within this base path
OPTIONS:
--offline create backup without the node running (default: false)
@ -250,7 +248,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -340,7 +337,6 @@ COMMANDS:
OPTIONS:
--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)
--blocks value Log of produced <blocks> newest blocks and rewards(Miner Fee excluded) (default: 0)
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -465,7 +460,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -513,7 +507,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -557,7 +550,6 @@ DESCRIPTION:
GOLOG_FILE - Write logs to file
GOLOG_OUTPUT - Specify whether to output to file, stderr, stdout or a combination, i.e. file+stderr
OPTIONS:
--system value limit to log system
--help, -h show help (default: false)
@ -635,7 +627,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -684,7 +675,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -857,7 +847,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -877,7 +866,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -981,7 +969,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1052,7 +1039,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1150,7 +1136,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1279,7 +1264,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1299,7 +1283,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1358,7 +1341,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1434,7 +1416,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1519,7 +1500,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1687,7 +1667,6 @@ COMMANDS:
OPTIONS:
--really-do-it pass this flag if you know what you are doing (default: false)
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1799,7 +1778,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1849,7 +1827,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1931,9 +1908,9 @@ USAGE:
DESCRIPTION:
Sectors can be stored across many filesystem paths. These
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
stored while moving through the sealing pipeline (references as 'seal').
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
stored while moving through the sealing pipeline (references as 'seal').
COMMANDS:
attach attach local storage path
@ -1944,7 +1921,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1958,24 +1934,23 @@ USAGE:
DESCRIPTION:
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
recommend manually modifying this value without further understanding of the
storage system.
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
storage system.
Each storage volume contains a configuration file which describes the
capabilities of the volume. When the '--init' flag is provided, this file will
be created using the additional flags.
Each storage volume contains a configuration file which describes the
capabilities of the volume. When the '--init' flag is provided, this file will
be created using the additional flags.
Weight
A high weight value means data will be more likely to be stored in this path
Weight
A high weight value means data will be more likely to be stored in this path
Seal
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
Seal
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
OPTIONS:
--init initialize the path first (default: false)
@ -2002,7 +1977,6 @@ COMMANDS:
OPTIONS:
--color use color in display output (default: depends on output being a TTY)
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2064,7 +2038,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

View File

@ -76,7 +76,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -140,7 +139,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```

View File

@ -71,7 +71,6 @@ OPTIONS:
--restore value restore from backup file
--restore-config value config file to use when restoring from backup
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -99,10 +98,10 @@ USAGE:
DESCRIPTION:
The backup command writes a copy of node metadata under the specified path
Online backups:
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
this command must be within this base path
Online backups:
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
this command must be within this base path
OPTIONS:
--offline create backup without the node running (default: false)
@ -125,7 +124,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -219,7 +217,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -373,7 +370,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -446,7 +442,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -607,13 +602,13 @@ CATEGORY:
DESCRIPTION:
Make a deal with a miner.
dataCid comes from running 'lotus client import'.
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
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>'.
duration is how long the miner should store the data for, in blocks.
The minimum value is 518400 (6 months).
dataCid comes from running 'lotus client import'.
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
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>'.
duration is how long the miner should store the data for, in blocks.
The minimum value is 518400 (6 months).
OPTIONS:
--manual-piece-cid value manually specify piece commitment for data (dataCid must be to a car file)
@ -873,7 +868,6 @@ COMMANDS:
OPTIONS:
--confidence value number of block confirmations to wait for (default: 5)
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1126,7 +1120,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1216,7 +1209,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1266,7 +1258,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1418,7 +1409,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1471,7 +1461,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1621,7 +1610,6 @@ COMMANDS:
OPTIONS:
--tipset value specify tipset to call method on (pass comma separated array of cids)
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1907,7 +1895,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -1993,7 +1980,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2068,7 +2054,6 @@ DESCRIPTION:
When a base is provided it will be walked first, and all links visisted
will be ignored when the passed in object is walked.
OPTIONS:
--base value ignore links found in this obj
--help, -h show help (default: false)
@ -2145,7 +2130,6 @@ DESCRIPTION:
- cronevent
- account-state
OPTIONS:
--as-type value specify type to interpret output as
--verbose (default: false)
@ -2176,7 +2160,6 @@ DESCRIPTION:
For special path elements see 'chain get' help
OPTIONS:
--help, -h show help (default: false)
@ -2256,7 +2239,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2289,7 +2271,6 @@ COMMANDS:
OPTIONS:
--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
--from value optionally specify the account to send messages from
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2373,7 +2353,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2417,7 +2396,6 @@ DESCRIPTION:
GOLOG_FILE - Write logs to file
GOLOG_OUTPUT - Specify whether to output to file, stderr, stdout or a combination, i.e. file+stderr
OPTIONS:
--system value limit to log system
--help, -h show help (default: false)
@ -2493,7 +2471,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2622,7 +2599,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2642,7 +2618,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2701,7 +2676,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```
@ -2776,7 +2750,6 @@ COMMANDS:
OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
```