Deploy Pipeline (Stripe / Supabase / Vercel) Coordinate staged releases across Stripe, Supabase, and Vercel from the shell using the Composio CLI. One script kicks off the whole "ship it" sequence: product/price updates, DB migrations, frontend deploy, smoke checks, changelog post. When to Use - Full-stack product launch that touches billing, database, and frontend together. - Promoting a preview Vercel build to production with a Stripe price flip and a Supabase migration. - Weekly release trains where the same sequence repeats and you want it reliable. Prereqs Discover Tools Common slugs (ve…