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.
@@ -505,7 +505,7 @@ NAME:
505
505
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.
506
506
507
507
USAGE:
508
-
curio test window-post command [command options]
508
+
curio test window-post [command options]
509
509
510
510
COMMANDS:
511
511
here, cli Compute WindowPoSt for performance and configuration testing.
@@ -574,7 +574,7 @@ NAME:
574
574
curio test debug - Collection of debugging utilities
575
575
576
576
USAGE:
577
-
curio test debug command [command options]
577
+
curio test debug [command options]
578
578
579
579
COMMANDS:
580
580
ipni-piece-chunks generate ipni chunks from a file
@@ -604,7 +604,7 @@ NAME:
604
604
curio test debug debug-snsvc
605
605
606
606
USAGE:
607
-
curio test debug debug-snsvc command [command options]
607
+
curio test debug debug-snsvc [command options]
608
608
609
609
COMMANDS:
610
610
deposit Deposit FIL into the Router contract (client)
@@ -907,7 +907,7 @@ NAME:
907
907
curio test debug proofsvc-client - Interact with the remote proof service
908
908
909
909
USAGE:
910
-
curio test debug proofsvc-client command [command options]
910
+
curio test debug proofsvc-client [command options]
911
911
912
912
COMMANDS:
913
913
create-voucher Create a client voucher
@@ -1001,7 +1001,7 @@ NAME:
1001
1001
curio seal - Manage the sealing pipeline
1002
1002
1003
1003
USAGE:
1004
-
curio seal command [command options]
1004
+
curio seal [command options]
1005
1005
1006
1006
COMMANDS:
1007
1007
start Start new sealing operations manually
@@ -1052,7 +1052,7 @@ NAME:
1052
1052
curio unseal - Manage unsealed data
1053
1053
1054
1054
USAGE:
1055
-
curio unseal command [command options]
1055
+
curio unseal [command options]
1056
1056
1057
1057
COMMANDS:
1058
1058
info Get information about unsealed data
@@ -1143,7 +1143,7 @@ NAME:
1143
1143
curio market
1144
1144
1145
1145
USAGE:
1146
-
curio market command [command options]
1146
+
curio market [command options]
1147
1147
1148
1148
COMMANDS:
1149
1149
seal start sealing a deal sector early
@@ -1234,7 +1234,7 @@ NAME:
1234
1234
curio calc - Math Utils
1235
1235
1236
1236
USAGE:
1237
-
curio calc command [command options]
1237
+
curio calc [command options]
1238
1238
1239
1239
COMMANDS:
1240
1240
batch-cpu Analyze and display the layout of batch sealer threads
@@ -1291,7 +1291,7 @@ NAME:
1291
1291
curio toolbox - Tool Box for Curio
1292
1292
1293
1293
USAGE:
1294
-
curio toolbox command [command options]
1294
+
curio toolbox [command options]
1295
1295
1296
1296
COMMANDS:
1297
1297
fix-msg Updated DB with message data missing from chain node
0 commit comments