Closed haaawk closed 1 year ago
./turso auth login
2023/02/02 11:09:44 error creating Turso client: user not logged in
It also breaks completion:
% source <(./turso completion zsh)
2023/02/02 11:27:55 error creating Turso client: user not logged in
66602635 introduced a global
client
variable. Its initialization expects user to be logged in and fails otherwise.