Skip to content

Instantly share code, notes, and snippets.

@callingmedic911
Created February 4, 2022 12:20
Show Gist options
  • Save callingmedic911/0ae27f0708d1f6d2f1b99b1ddfbb8518 to your computer and use it in GitHub Desktop.
Save callingmedic911/0ae27f0708d1f6d2f1b99b1ddfbb8518 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Supabase CLI
# @raycast.mode fullOutput
# Optional parameters:
# @raycast.icon 🤖
# @raycast.argument1 { "type": "text", "placeholder": "start" }
# Documentation:
# @raycast.author Aditya
cd "/path/to/my/project" || exit
supabase "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment