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
@@ -299,15 +302,16 @@ Here are the subcommands available:
299
302
| Subcommand | Performed action |
300
303
|------------|------------------|
301
304
|**certify**| Certifies that given list of transactions hashes are included in the Cardano transactions set|
305
+
|**commitment list**| Lists available Cardano transactions commitments|
306
+
|**commitment show**| Shows information about a Cardano transactions commitment|
302
307
|**help**| Prints this message or the help for the given subcommand(s)|
303
-
|**sets list**| Lists available Cardano transactions sets|
304
-
|**sets show**| Shows information about a Cardano transaction sets|
305
308
306
309
## Configuration parameters
307
310
308
311
The configuration parameters can be set in either of the following ways:
309
312
310
-
1. In a configuration file, depending on the `--run-mode` parameter. If the runtime mode is `testnet`, the file is located in `./conf/testnet.json`.
313
+
1. In a configuration file, depending on the `--run-mode` parameter. If the runtime mode is `testnet`, the file is
314
+
located in `./conf/testnet.json`.
311
315
312
316
2. The value can be overridden by an environment variable with the parameter name in uppercase.
313
317
@@ -358,20 +362,20 @@ Here is a list of the available parameters:
358
362
|`artifact_hash`|`--artifact-hash`| - | - | Hash of the Mithril stake distribution artifact or `latest` for the latest artifact | - | - |:heavy_check_mark:|
359
363
|`download_dir`|`--download-dir`| - | - | Directory where the Mithril stake distribution will be downloaded | . | - | - |
0 commit comments