commit 943f5cb45c913f154fad9f77448c2c30133dff04
parent ab661ad8494eec1829074edfe77bdd22170777f8
Author: Florian Dold <dold@taler.net>
Date: Thu, 6 Aug 2026 20:51:49 +0200
wallet-cli: stop marking the database migration commands experimental
They already sit under "advanced", which is the warning.
Issue: https://bugs.taler.net/n/11718
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts
@@ -2917,7 +2917,6 @@ addApiCommand(advancedCli, "advancedApi", "api");
advancedCli
.subcommand("dbMigrationInfo", "db-migration-info", {
help: "Show which schema a wallet database file uses.",
- mark: "experimental",
})
.requiredArgument("dbfile", clk.STRING, {
help: "Wallet database file to inspect.",
@@ -2930,7 +2929,6 @@ advancedCli
advancedCli
.subcommand("dbMigrationRollback", "db-migration-rollback", {
help: "Undo an in-place migration to the native database schema.",
- mark: "experimental",
})
.requiredArgument("dbfile", clk.STRING, {
help: "Wallet database file to roll back.",