Open penberg opened 1 year ago
@gris
I'm using nix to manage my system, this feature screws it up. Please make this an optional opt-in feature. Or at least have the CLI ask if I want to update or not before it does it.
Found a setting in the code that might help:
@tstachl it is optional, you can set it off with turso config set autoupdate off
Please support an environment variable for disabling this
I was doing
turso db shell
autocomplete, but it was just hanging forever.I then ran
turso db list
and the output looked like this:Let's make sure that the forced auto-upgrade does not screw up the developer experience like this. For example, autocomplete should never trigger it. Also, the output of auto-upgrade should be silent by default, and the actual command people wanted to run should run after the update.