tursodatabase/turso-cli

Destroying instances is cumbersome

Ouverte

#283 ouverte le 15 mars 2023

 (0 commentaire) (0 réaction) (0 personne assignée)Go (50 forks)github user discovery
bugenhancementgood first issue

Métriques du dépôt

Stars
 (302 étoiles)
Métriques de merge PR
 (Merge moyen 4h 32m) (2 PRs mergées en 30 j)

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.

Guide contributeur