Supabase CLI

Version: 2.55.3 Linux MacOS database

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.

Installation Instructions

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

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