You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/en/curio-cli/curio.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ NAME:
46
46
curio cli - Execute cli commands
47
47
48
48
USAGE:
49
-
curio cli command [command options]
49
+
curio cli [command options]
50
50
51
51
COMMANDS:
52
52
info Get Curio node info
@@ -82,7 +82,7 @@ NAME:
82
82
curio cli storage - manage sector storage
83
83
84
84
USAGE:
85
-
curio cli storage command [command options]
85
+
curio cli storage [command options]
86
86
87
87
DESCRIPTION:
88
88
Sectors can be stored across many filesystem paths. These
@@ -220,7 +220,7 @@ NAME:
220
220
curio cli log - Manage logging
221
221
222
222
USAGE:
223
-
curio cli log command [command options]
223
+
curio cli log [command options]
224
224
225
225
COMMANDS:
226
226
list List log systems
@@ -361,7 +361,7 @@ NAME:
361
361
curio config - Manage node config by layers. The layer 'base' will always be applied at Curio start-up.
362
362
363
363
USAGE:
364
-
curio config command [command options]
364
+
curio config [command options]
365
365
366
366
COMMANDS:
367
367
default, defaults Print default node config
@@ -488,7 +488,7 @@ NAME:
488
488
curio test - Utility functions for testing
489
489
490
490
USAGE:
491
-
curio test command [command options]
491
+
curio test [command options]
492
492
493
493
COMMANDS:
494
494
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.
@@ -506,7 +506,7 @@ NAME:
506
506
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.
507
507
508
508
USAGE:
509
-
curio test window-post command [command options]
509
+
curio test window-post [command options]
510
510
511
511
COMMANDS:
512
512
here, cli Compute WindowPoSt for performance and configuration testing.
@@ -575,7 +575,7 @@ NAME:
575
575
curio test debug - Collection of debugging utilities
576
576
577
577
USAGE:
578
-
curio test debug command [command options]
578
+
curio test debug [command options]
579
579
580
580
COMMANDS:
581
581
ipni-piece-chunks generate ipni chunks from a file
@@ -605,7 +605,7 @@ NAME:
605
605
curio test debug debug-snsvc
606
606
607
607
USAGE:
608
-
curio test debug debug-snsvc command [command options]
608
+
curio test debug debug-snsvc [command options]
609
609
610
610
COMMANDS:
611
611
deposit Deposit FIL into the Router contract (client)
@@ -908,7 +908,7 @@ NAME:
908
908
curio test debug proofsvc-client - Interact with the remote proof service
909
909
910
910
USAGE:
911
-
curio test debug proofsvc-client command [command options]
911
+
curio test debug proofsvc-client [command options]
912
912
913
913
COMMANDS:
914
914
create-voucher Create a client voucher
@@ -1054,7 +1054,7 @@ NAME:
1054
1054
curio seal - Manage the sealing pipeline
1055
1055
1056
1056
USAGE:
1057
-
curio seal command [command options]
1057
+
curio seal [command options]
1058
1058
1059
1059
COMMANDS:
1060
1060
start Start new sealing operations manually
@@ -1105,7 +1105,7 @@ NAME:
1105
1105
curio unseal - Manage unsealed data
1106
1106
1107
1107
USAGE:
1108
-
curio unseal command [command options]
1108
+
curio unseal [command options]
1109
1109
1110
1110
COMMANDS:
1111
1111
info Get information about unsealed data
@@ -1196,7 +1196,7 @@ NAME:
1196
1196
curio market
1197
1197
1198
1198
USAGE:
1199
-
curio market command [command options]
1199
+
curio market [command options]
1200
1200
1201
1201
COMMANDS:
1202
1202
seal start sealing a deal sector early
@@ -1287,7 +1287,7 @@ NAME:
1287
1287
curio calc - Math Utils
1288
1288
1289
1289
USAGE:
1290
-
curio calc command [command options]
1290
+
curio calc [command options]
1291
1291
1292
1292
COMMANDS:
1293
1293
batch-cpu Analyze and display the layout of batch sealer threads
@@ -1344,7 +1344,7 @@ NAME:
1344
1344
curio toolbox - Tool Box for Curio
1345
1345
1346
1346
USAGE:
1347
-
curio toolbox command [command options]
1347
+
curio toolbox [command options]
1348
1348
1349
1349
COMMANDS:
1350
1350
fix-msg Updated DB with message data missing from chain node
0 commit comments