turso-cli
turso-cli copied to clipboard
`turso db update` is misleading because it updates the group
If you run turso db update, you will update the database software on all the databases in the same group. We should consider renaming the command to turso groups system-upgrade or something.
How about this:
- If its a non group DB, we will update it
- If its a group DB, we fail saying that to update they need to
turso groups update
We can decide whether we want to call system-upgrade or something else.