Skip to content

Commit 1e51cd5

Browse files
committed
docs: update mithril client doc with new verify command arguments
1 parent 3e3b61d commit 1e51cd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/website/root/manual/develop/nodes/mithril-client.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,9 @@ Here is a list of the available parameters:
618618
| `digest` | - | - | - | Digest of the Cardano db snapshot to verify or `latest` for the latest artifact | - | - | :heavy_check_mark: |
619619
| `db_dir` | `--db-dir` | - | - | Directory from where the immutable will be verified | - | - | - |
620620
| `genesis_verification_key` | `--genesis-verification-key` | - | `GENESIS_VERIFICATION_KEY` | Genesis verification key to check the certificate chain | - | - | - |
621+
| `start` | `--start` | - | - | The first immutable file number to verify | - | - | - |
622+
| `end` | `--end` | - | - | The last immutable file number to verify | - | - | - |
623+
| `allow_missing` | `--allow-missing` | - | - | If set, the verification will not fail if some immutable files are missing | `false` | - | - |
621624
| `run_mode` | `--run-mode` | - | `RUN_MODE` | Run Mode | `dev` | - | - |
622625
| `verbose` | `--verbose` | `-v` | - | Verbosity level (-v=warning, -vv=info, -vvv=debug, -vvvv=trace) | `0` | - | - |
623626
| `config_directory` | `--config-directory` | - | - | Directory where configuration file is located | `./config` | - | - |

0 commit comments

Comments
 (0)