tursodatabase/turso-cli

Destroying instances is cumbersome

开放

#283 创建于 2023年3月15日

 (0 条评论) (0 个反应) (0 位负责人)Go (50 个派生)github user discovery
bugenhancementgood first issue

仓库指标

星标
 (302 个星标)
PR 合并指标
 (平均合并 4小时 32分钟) (30 天内合并 2 个 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.

贡献者指南