tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
225 stars 37 forks source link

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

Closed penberg closed 1 year ago

penberg commented 1 year ago

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.

penberg commented 1 year ago

We already support --yes... closing