The NodeJS CLI is being replaced by the (WIP) Go CLI. It's still unstable, so we don't recommend it for production.
Supabase is an open source Firebase alternative. We're building the features of Firebase using enterprise-grade open source tools.
This repository contains all the functionality for our CLI. It is still under heavy development.
- Running Supabase locally
- Self-hosting
- Managing database migrations (in progress)
- Pushing your local changes to production
- Manage your Supabase Account
- Manage your Supabase Projects
- Generating types directly from your database schema
- Generating API and validation schemas from your database
For full documentation, visit supabase.io/docs
- Community Forum. Best for: help with building, discussion about database best practices.
- GitHub Issues. Best for: bugs and errors you encounter using Supabase.
- Email Support. Best for: problems with your database or infrastructure.
npm install supabase -gsupabase init: Initialize projectsupabase start: Start Supabase locallysupabase stop: Stop Supabase locallysupabase eject: Create a docker directory with the Docker setup.
