Supabase CLI
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.
- [x] Running Supabase locally
- [x] 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
Documentation
For full documentation, visit supabase.io/docs
Community & Support
- 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.
Getting started
Install
npm install supabase -g
Commands:
-
supabase init
: Initialize project -
supabase start
: Start Supabase locally -
supabase stop
: Stop Supabase locally -
supabase eject
: Create a docker directory with the Docker setup.