tursodatabase/turso-cli

Destroying instances is cumbersome

Open

#283 创建于 2023年3月15日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Go (50 fork)github user discovery
bugenhancementgood first issue

仓库指标

Star
 (302 star)
PR 合并指标
 (PR 指标待抓取)

描述

If I replicate my database and want to remove a specific replica, I need to use a command:

turso db destroy --instance <instance name> <database name>

Let's fix this by showing unique instance IDs (instead of names which are confusing) and not requiring a database name when a specific instance is specified.

贡献者指南