tursodatabase/turso-cli

Destroying instances is cumbersome

Offen

#283 geöffnet am 15.03.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (50 Forks)github user discovery
bugenhancementgood first issue

Repository-Metriken

Stars
 (302 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 4h 32m) (2 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide