tursodatabase/turso-cli

Destroying instances is cumbersome

Open

#283 ouverte le 15 mars 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Go (50 forks)github user discovery
bugenhancementgood first issue

Métriques du dépôt

Stars
 (302 stars)
Métriques de merge PR
 (Métriques PR en attente)

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