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:
- macOS
- Windows
brew install supabase/tap/supabase
ts scoop bucket add supabase https://github.com/supabase/scoop-bucket.git
scoop install supabase
Updating the CLI
To update the CLI:
- macOS
- Windows
brew upgrade supabase
scoop update 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?