Skip to main content
Supabase LogoSupabase Logo

CLI

The Snap Cloud CLI enables you to interface with your projects using a command line interface, and perform various tasks locally on different platforms. You can use it to manage databases and storage, deploy edge functions, run testing, and more without accessing the Snap Cloud Dashboard.

Installing the CLI

To install the CLI:


brew install supabase/tap/supabase

Updating the CLI

To update the CLI:


brew upgrade supabase

Using the CLI

To use the CLI invoke supabase with the snap profile, followed by your command:


supabase --profile snap [command]

You must prepend --profile snap to every CLI command.

For example:


supabase --profile snap login

For a full list of CLI commands, see the CLI reference.

Was this page helpful?
Yes
No