tursodatabase/turso-cli

Show the command to unarchive group when a user tries to unarchive a db

Offen

#918 geöffnet am 30.09.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (50 Forks)github user discovery
good first issue

Repository-Metriken

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

Beschreibung

Current behaviour:

➜  ~ turso db unarchive  charmed-rat-king
Error: failed to unarchive database: database charmed-rat-king is part of a group, please unarchive the group instead

I propose:

➜  ~ turso db unarchive  charmed-rat-king
Error: failed to unarchive database: database charmed-rat-king is part of a group, please unarchive the group instead by running `turso group unarchive <group name>`

Contributor Guide