tursodatabase / turso-cli

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

Update API backoffice using CI when new CLI release is published #221

Closed CodingDoug closed 1 year ago

CodingDoug commented 1 year ago

Friendly reminder that there's a newer version of Turso CLI available. You're currently using version v0.36.0 while latest available version is v0.34.0. Please consider updating to get new features and more stable experience.

I would expect that version strings are compared using semver semantics to determine which version is newer.

haaawk commented 1 year ago

The real problem here is that our CI does not update Turso when it releases new CLI version. Normally there's no way for a user to have newer version of CLI than latest released.

I'm aware of the issue and it's on my TODO list but thanks for testing @CodingDoug