Skip to content

Commit

Permalink
feat: add shell completion on install
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Nov 9, 2021
1 parent 927d5b2 commit fdb3381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ brews:
homepage: https://supabase.io
description: Supabase CLI
license: MIT
install: |
bin.install "supabase"
(bash_completion/"supabase").write `#{bin}/supabase completion bash`
(fish_completion/"supabase.fish").write `#{bin}/supabase completion fish`
(zsh_completion/"_supabase").write `#{bin}/supabase completion zsh`
scoop:
bucket:
owner: supabase
Expand Down

0 comments on commit fdb3381

Please sign in to comment.