tursodatabase/turso-cli

Destroying instances is cumbersome

Open

#283 aperta il 15 mar 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (50 fork)github user discovery
bugenhancementgood first issue

Metriche repository

Star
 (302 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor