tursodatabase/turso-cli

Destroying instances is cumbersome

Open

#283 aberto em 15 de mar. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Go (50 forks)github user discovery
bugenhancementgood first issue

Métricas do repositório

Stars
 (302 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador