tursodatabase/turso-cli

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

Open

#918 opened on Sep 30, 2024

 (1 comment) (0 reactions) (0 assignees)Go (50 forks)github user discovery
good first issue

Repository metrics

Stars
 (302 stars)
PR merge metrics
 (Avg merge 4h 32m) (2 merged PRs in 30d)

Description

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