tursodatabase/turso-cli

Make `turso db destroy` work in non-interactive environments

penberg opened this issue · 1 comments

Luiz Benevenuto pointed out that turso db destroy, for example, is unusable in CI/CD environments because it's interactive. Let's add a --force or --yes flag to turso db destroy to make it usable in non-interactive environments.

We already support --yes... closing