Skip to content

Commit fe750aa

Browse files
committed
docs: stable 'tools utxo-hd' command in client CLI
1 parent e6c6a46 commit fe750aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Commands:
222222
mithril-stake-distribution Mithril stake distribution management (alias: msd)
223223
cardano-transaction Cardano transactions management (alias: ctx)
224224
cardano-stake-distribution Cardano stake distribution management (alias: csd)
225-
tools [unstable] Tools commands
225+
tools Tools commands
226226
help Print this message or the help of the given subcommand(s)
227227

228228
Options:
@@ -519,7 +519,7 @@ Here are the subcommands available:
519519
| **help** | Prints this message or the help for the given subcommand(s) |
520520
| **list** | Lists available Cardano stake distributions |
521521

522-
### Tools (`unstable`)
522+
### Tools
523523

524524
| Subcommand | Performed action |
525525
| ----------- | ------------------------------------------------------------------------------------- |

docs/website/root/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,27 +486,27 @@ Cardano db 'a1b5e6f43521fd9c5f55e3d6bf27dc4a62f43980681cb67e28cc40582a0d1974' ha
486486
487487
Upgrade and replace the restored ledger state snapshot to 'LMDB' flavor by running the command:
488488
489-
mithril-client --unstable tools utxo-hd snapshot-converter --db-directory db --cardano-node-version 10.5.1 --utxo-hd-flavor LMDB --commit
489+
mithril-client tools utxo-hd snapshot-converter --db-directory db --cardano-node-version 10.5.1 --utxo-hd-flavor LMDB --commit
490490
491491
Or to 'Legacy' flavor by running the command:
492492
493-
mithril-client --unstable tools utxo-hd snapshot-converter --db-directory db --cardano-node-version 10.5.1 --utxo-hd-flavor Legacy --commit
493+
mithril-client tools utxo-hd snapshot-converter --db-directory db --cardano-node-version 10.5.1 --utxo-hd-flavor Legacy --commit
494494
```
495495
496496
### Step 5 (optional): Convert the ledger state snapshot to another flavor
497497
498498
After restoring a snapshot with the `--include-ancillary` option, the ledger state is in the `InMemory` format. You can convert it to another UTxO-HD flavor (e.g., `LMDB` or `Legacy`) using the Mithril client `tools utxo-hd snapshot-converter` command.
499499
500-
To do so, run the following command with the `--unstable` flag:
500+
To do so, run the following command:
501501
502502
```
503-
mithril-client --unstable tools utxo-hd snapshot-converter --db-directory db --cardano-node-version latest --utxo-hd-flavor LMDB
503+
mithril-client tools utxo-hd snapshot-converter --db-directory db --cardano-node-version latest --utxo-hd-flavor LMDB
504504
```
505505
506506
Or, to convert it to the `Legacy` flavor:
507507
508508
```
509-
mithril-client --unstable tools utxo-hd snapshot-converter --db-directory db --cardano-node-version latest --utxo-hd-flavor Legacy
509+
mithril-client tools utxo-hd snapshot-converter --db-directory db --cardano-node-version latest --utxo-hd-flavor Legacy
510510
```
511511
512512
Use the `--commit` option to replace the current ledger state with the converted snapshot.

0 commit comments

Comments
 (0)