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 Supabase CLI.
- Running Supabase locally
- Managing database migrations
- Creating and deploying Supabase Functions
- Generating types directly from your database schema
- Making authenticated HTTP requests to Management API
Installation Instructions
Linux
Linux
Download Artefact
{
"url": "{{ .SVar `.tool.supabase_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.supabase_cli.download.filename` }}",
"overwrite": false
} Extract Archive to Shared Space
{
"destination": "{{ .PTools }}/supabase_cli/{{ .SVar `.tool.supabase_cli.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.supabase_cli.download.filename` }}"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/supabase_cli/{{ .SVar `.tool.supabase_cli.download.version` }}/supabase",
"permission_bits": 504
}
MacOS
MacOS
Download Artefact
{
"url": "{{ .SVar `.tool.supabase_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.supabase_cli.download.filename` }}",
"overwrite": false
} Extract Archive to Shared Space
{
"destination": "{{ .PTools }}/supabase_cli/{{ .SVar `.tool.supabase_cli.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.supabase_cli.download.filename` }}"
} Make sure artefact is executable
{
"path": "{{ .PTools }}/supabase_cli/{{ .SVar `.tool.supabase_cli.download.version` }}/supabase",
"permission_bits": 504
} Binaries
- supabase