Closed penberg closed 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.
turso db destroy
--force
--yes
We already support --yes... closing
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 toturso db destroy
to make it usable in non-interactive environments.