tursodatabase / turso-cli

Command line interface to Turso.

Home Page:https://turso.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

penberg opened this issue · 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