Skip to content

Commit

Permalink
Merge pull request #9971 from CrystalMethod/feat/supabase/cli
Browse files Browse the repository at this point in the history
feat: add supabase/cli
  • Loading branch information
suzuki-shunsuke committed Feb 17, 2023
2 parents 00085fa + e3576c1 commit 6dbabe5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/supabase/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: supabase/cli@v1.38.4
21 changes: 21 additions & 0 deletions pkgs/supabase/cli/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
packages:
- type: github_release
repo_owner: supabase
repo_name: cli
asset: supabase_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
description: Supabase CLI
supported_envs:
- darwin
- linux
- amd64
files:
- name: supabase
checksum:
type: github_release
asset: supabase_{{trimV .Version}}_checksums.txt
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
20 changes: 20 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6dbabe5

Please sign in to comment.