We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client CLI should be able to list, get details of Incremental Cardano DB snapshots and restore a partial folder of a Cardano database.
Implement the Incremental Cardano DB signed entity type in the Mithril client CLI.
mithril-client-cli
cardano-db-v2
cdbv2
cardano-db-v2 snapshot list
cardano-db
cardano-db-v2 snapshot show {artifact_hash}
cardano-db-v2 download latest
cardano-db-v2 download {artifact_hash}
include_ancillary
allow_override
cardano-db-v2 download {artifact_hash} --start {start} --end {end} --include_ancillary --allow-override
The text was updated successfully, but these errors were encountered:
list
show
jpraynaud
dlachaume
No branches or pull requests
Why
The client CLI should be able to list, get details of Incremental Cardano DB snapshots and restore a partial folder of a Cardano database.
What
Implement the Incremental Cardano DB signed entity type in the Mithril client CLI.
How
mithril-client-cli
as unstable:cardano-db-v2
command with aliascdbv2
cardano-db-v2 snapshot list
(same interface ascardano-db
command)cardano-db-v2 snapshot show {artifact_hash}
(same interface ascardano-db
command)cardano-db-v2 download latest
(same interface ascardano-db
command)cardano-db-v2 download {artifact_hash}
(same interface ascardano-db
command, i.e. withinclude_ancillary
and withoutallow_override
)cardano-db-v2 download {artifact_hash} --start {start} --end {end} --include_ancillary --allow-override
cardano-db-v2
commandcardano-db-v2 snapshot list
cardano-db-v2 snapshot show {artifact_hash}
cardano-db-v2 download {artifact_hash}
cardano-db-v2
commandcardano-db-v2 snapshot list
cardano-db-v2 snapshot show {artifact_hash}
cardano-db-v2 download {artifact_hash}
The text was updated successfully, but these errors were encountered: