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]

The CLI remembers your last used profile, so you do not need to specify --profile snap on each successive 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