tursodatabase / turso-cli

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

Unable to run `turso auth login` #124

Closed haaawk closed 1 year ago

haaawk commented 1 year ago

66602635 introduced a global client variable. Its initialization expects user to be logged in and fails otherwise.

haaawk commented 1 year ago
./turso auth login
2023/02/02 11:09:44 error creating Turso client: user not logged in
haaawk commented 1 year ago

It also breaks completion:

% source <(./turso completion zsh)
2023/02/02 11:27:55 error creating Turso client: user not logged in