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
///Backend to use, either: `v1` (default, full database restoration only) or `v2` (full or partial database restoration)
15
20
#[arg(short, long, value_enum, default_value_t)]
16
21
backend:CardanoDbCommandsBackend,
22
+
23
+
/// [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.
0 commit comments