Supabase CLI
RAPR CLI connectorData, Databases & BackendDatabase, auth, storage, and edge functions via Supabase CLI — manage postgres migrations, RLS policies, users, buckets, and deployments.
Supabase CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Authenticate
Login to your Supabase account to link and manage projects.
Supabase CLI
Manage your entire Supabase stack from the command line — databases, auth, storage, edge functions, and more.
What you can do
- Database: Run migrations, manage schemas, seed data, apply RLS policies
- Auth: Manage users, configure providers, inspect sessions
- Storage: Create buckets, upload/download files, set policies
- Edge Functions: Deploy, test, and manage Deno-based edge functions
- Local Dev: Full local development stack with
supabase start
Prerequisites
# Install Supabase CLI
npm install -g supabase
# Or with Homebrew
brew install supabase/tap/supabase
# Login to your account
supabase login
Example Commands
- "Create a migration for the users table"
- "Deploy my edge function to production"
- "Set up RLS policies for the orders table"
- "Start the local Supabase dev stack"
Ready to try Supabase CLI?
Download RAPR AI and connect Supabase CLI in seconds.