Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions documentation/en/curio-cli/curio.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NAME:
curio cli - Execute cli commands

USAGE:
curio cli command [command options]
curio cli [command options]

COMMANDS:
info Get Curio node info
Expand Down Expand Up @@ -82,7 +82,7 @@ NAME:
curio cli storage - manage sector storage

USAGE:
curio cli storage command [command options]
curio cli storage [command options]

DESCRIPTION:
Sectors can be stored across many filesystem paths. These
Expand Down Expand Up @@ -220,7 +220,7 @@ NAME:
curio cli log - Manage logging

USAGE:
curio cli log command [command options]
curio cli log [command options]

COMMANDS:
list List log systems
Expand Down Expand Up @@ -361,7 +361,7 @@ NAME:
curio config - Manage node config by layers. The layer 'base' will always be applied at Curio start-up.

USAGE:
curio config command [command options]
curio config [command options]

COMMANDS:
default, defaults Print default node config
Expand Down Expand Up @@ -488,7 +488,7 @@ NAME:
curio test - Utility functions for testing

USAGE:
curio test command [command options]
curio test [command options]

COMMANDS:
window-post, wd, windowpost, wdpost Compute a proof-of-spacetime for a sector (requires the sector to be pre-sealed). These will not send to the chain.
Expand All @@ -505,7 +505,7 @@ NAME:
curio test window-post - Compute a proof-of-spacetime for a sector (requires the sector to be pre-sealed). These will not send to the chain.

USAGE:
curio test window-post command [command options]
curio test window-post [command options]

COMMANDS:
here, cli Compute WindowPoSt for performance and configuration testing.
Expand Down Expand Up @@ -574,7 +574,7 @@ NAME:
curio test debug - Collection of debugging utilities

USAGE:
curio test debug command [command options]
curio test debug [command options]

COMMANDS:
ipni-piece-chunks generate ipni chunks from a file
Expand Down Expand Up @@ -604,7 +604,7 @@ NAME:
curio test debug debug-snsvc

USAGE:
curio test debug debug-snsvc command [command options]
curio test debug debug-snsvc [command options]

COMMANDS:
deposit Deposit FIL into the Router contract (client)
Expand Down Expand Up @@ -907,7 +907,7 @@ NAME:
curio test debug proofsvc-client - Interact with the remote proof service

USAGE:
curio test debug proofsvc-client command [command options]
curio test debug proofsvc-client [command options]

COMMANDS:
create-voucher Create a client voucher
Expand Down Expand Up @@ -1001,7 +1001,7 @@ NAME:
curio seal - Manage the sealing pipeline

USAGE:
curio seal command [command options]
curio seal [command options]

COMMANDS:
start Start new sealing operations manually
Expand Down Expand Up @@ -1052,7 +1052,7 @@ NAME:
curio unseal - Manage unsealed data

USAGE:
curio unseal command [command options]
curio unseal [command options]

COMMANDS:
info Get information about unsealed data
Expand Down Expand Up @@ -1143,7 +1143,7 @@ NAME:
curio market

USAGE:
curio market command [command options]
curio market [command options]

COMMANDS:
seal start sealing a deal sector early
Expand Down Expand Up @@ -1234,7 +1234,7 @@ NAME:
curio calc - Math Utils

USAGE:
curio calc command [command options]
curio calc [command options]

COMMANDS:
batch-cpu Analyze and display the layout of batch sealer threads
Expand Down Expand Up @@ -1291,7 +1291,7 @@ NAME:
curio toolbox - Tool Box for Curio

USAGE:
curio toolbox command [command options]
curio toolbox [command options]

COMMANDS:
fix-msg Updated DB with message data missing from chain node
Expand Down
18 changes: 9 additions & 9 deletions documentation/en/curio-cli/sptool.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ NAME:
sptool actor - Manage Filecoin Miner Actor Metadata

USAGE:
sptool actor command [command options]
sptool actor [command options]

COMMANDS:
set-addresses, set-addrs set addresses that your miner can be publicly dialed on
Expand Down Expand Up @@ -126,7 +126,7 @@ NAME:
sptool actor control - Manage control addresses

USAGE:
sptool actor control command [command options]
sptool actor control [command options]

COMMANDS:
list Get currently set control addresses. Note: This excludes most roles as they are not known to the immediate chain state.
Expand Down Expand Up @@ -269,7 +269,7 @@ NAME:
sptool sectors - interact with sector store

USAGE:
sptool sectors command [command options]
sptool sectors [command options]

COMMANDS:
status Get the seal status of a sector by its number
Expand Down Expand Up @@ -428,7 +428,7 @@ NAME:
sptool proving - View proving information

USAGE:
sptool proving command [command options]
sptool proving [command options]

COMMANDS:
info View current state information
Expand Down Expand Up @@ -498,7 +498,7 @@ NAME:
sptool toolbox - some tools to fix some problems

USAGE:
sptool toolbox command [command options]
sptool toolbox [command options]

COMMANDS:
spark Manage Smart Contract PeerID used by Spark
Expand All @@ -516,7 +516,7 @@ NAME:
sptool toolbox spark - Manage Smart Contract PeerID used by Spark

USAGE:
sptool toolbox spark command [command options]
sptool toolbox spark [command options]

COMMANDS:
delete-peer Delete PeerID from Spark Smart Contract
Expand Down Expand Up @@ -545,7 +545,7 @@ NAME:
sptool toolbox mk12-client - mk12 client for Curio

USAGE:
sptool toolbox mk12-client command [command options]
sptool toolbox mk12-client [command options]

COMMANDS:
init Initialise curio mk12 client repo
Expand Down Expand Up @@ -760,7 +760,7 @@ NAME:
sptool toolbox mk12-client wallet - Manage mk12 client wallets

USAGE:
sptool toolbox mk12-client wallet command [command options]
sptool toolbox mk12-client wallet [command options]

COMMANDS:
new Generate a new key of the given type
Expand Down Expand Up @@ -896,7 +896,7 @@ NAME:
sptool toolbox mk20-client - mk20 client for Curio

USAGE:
sptool toolbox mk20-client command [command options]
sptool toolbox mk20-client [command options]

COMMANDS:
init Initialise curio mk12 client repo
Expand Down
Loading