@@ -570,20 +570,21 @@ Here is a list of the available parameters:
570570
571571` cardano-db snapshot list ` command:
572572
573- | Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
574- | --------------------- | ----------------------- | :------------------: | --------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------- | ------- | :-------: |
575- | ` backend ` | ` --backend ` | ` -b ` | - | Backend to use, either: ` v1 ` (full database restoration only) or ` v2 ` (default, full or partial database restoration) | ` v2 ` | - | - |
576- | ` run_mode ` | ` --run-mode ` | - | ` RUN_MODE ` | Run Mode | ` dev ` | - | - |
577- | ` verbose ` | ` --verbose ` | ` -v ` | - | Verbosity level (-v=warning, -vv=info, -vvv=debug, -vvvv=trace) | ` 0 ` | - | - |
578- | ` config_directory ` | ` --config-directory ` | - | - | Directory where configuration file is located | ` ./config ` | - | - |
579- | ` aggregator_endpoint ` | ` --aggregator-endpoint ` | - | ` AGGREGATOR_ENDPOINT ` | Override configuration Aggregator endpoint URL | - | - | - |
580- | ` json ` | ` --json ` | - | - | Enable JSON output for command results | ` false ` | - | - |
581- | ` log_format_json ` | ` --log-format-json ` | - | - | Enable JSON output for logs displayed according to verbosity level | ` false ` | - | - |
582- | ` log_output ` | ` --log-output ` | - | - | Redirect the logs to a file | - | - | - |
583- | ` unstable ` | ` --unstable ` | - | - | Enable unstable commands | ` false ` | - | - |
584- | ` origin_tag ` | ` --origin-tag ` | - | - | Request origin tag | - | - | - |
585- | ` era ` | ` --era ` | - | - | Override the Mithril era | - | - | - |
586- | ` help ` | ` --help ` | ` -h ` | - | Print help (see more with '--help') | - | - | - |
573+ | Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
574+ | --------------------- | ----------------------- | :------------------: | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------- | :-------: |
575+ | ` backend ` | ` --backend ` | ` -b ` | - | Backend to use, either: ` v1 ` (full database restoration only) or ` v2 ` (default, full or partial database restoration) | ` v2 ` | - | - |
576+ | ` epoch ` | ` --epoch ` | - | - | [ backend ` v2 ` only] Epoch of the Cardano db snapshots to list, or ` latest ` for the latest artifact, or ` latest-X ` for the artifact of the latest epoch minus X | - | - | - |
577+ | ` run_mode ` | ` --run-mode ` | - | ` RUN_MODE ` | Run Mode | ` dev ` | - | - |
578+ | ` verbose ` | ` --verbose ` | ` -v ` | - | Verbosity level (-v=warning, -vv=info, -vvv=debug, -vvvv=trace) | ` 0 ` | - | - |
579+ | ` config_directory ` | ` --config-directory ` | - | - | Directory where configuration file is located | ` ./config ` | - | - |
580+ | ` aggregator_endpoint ` | ` --aggregator-endpoint ` | - | ` AGGREGATOR_ENDPOINT ` | Override configuration Aggregator endpoint URL | - | - | - |
581+ | ` json ` | ` --json ` | - | - | Enable JSON output for command results | ` false ` | - | - |
582+ | ` log_format_json ` | ` --log-format-json ` | - | - | Enable JSON output for logs displayed according to verbosity level | ` false ` | - | - |
583+ | ` log_output ` | ` --log-output ` | - | - | Redirect the logs to a file | - | - | - |
584+ | ` unstable ` | ` --unstable ` | - | - | Enable unstable commands | ` false ` | - | - |
585+ | ` origin_tag ` | ` --origin-tag ` | - | - | Request origin tag | - | - | - |
586+ | ` era ` | ` --era ` | - | - | Override the Mithril era | - | - | - |
587+ | ` help ` | ` --help ` | ` -h ` | - | Print help (see more with '--help') | - | - | - |
587588
588589` cardano-db download ` command:
589590
0 commit comments