how do I upgrade the cli on arch?
https://supabase.com/docs/guides/local-development/cli/getting-started?queryGroups=platform&platform=linux#updating-the-supabase-cli
Missing arch install
Supabase CLI | Supabase Docs
The Supabase CLI provides tools to develop your project locally, deploy to the Supabase Platform, and set up CI/CD workflows.
2 Replies
You can directly download the pkg from releases https://github.com/supabase/cli/releases/tag/v2.31.8
Always opt for the
npx
setup as it’s easier to upgrade and downgrade versions.