Open penberg opened 1 year ago
any update on this !
What is the expected experience when a user has no browser?
is there any workarround on it?
use turso cli commands and if you are windows use wsl 22.x version
While it's not ideal, they have this in their docs: https://docs.turso.tech/reference/turso-cli#running-remotely
The issue is that the turso auth signup
is always run at the end of the install script. Even with a TURSO_API_TOKEN
environment variable it's triggered.
Given that the signup/login instruction are printed at the end of the installation, could we consider to remove the auto signup?
Right now I'm stuck, I was looking to install the turso CLI on github actions to create database for each PR.
This problem got me as well.
The following pull request should improve the experience a bit once we roll out a new CLI release. https://github.com/tursodatabase/turso-cli/pull/737. I think what we could do is implement a turso auth whoami
command and use that to skip the turso auth signup
step in the script if we're logged in.
@armandabric There's now a TURSO_INSTALL_SKIP_SIGNUP
environment variable that you can use to make the script skip the sign up part. Let us know if it works for your use case.