https://github.com/gavinying/asdf-supabase-cli
The Asdf plugin for Supabase CLI
https://github.com/gavinying/asdf-supabase-cli
Last synced: 5 months ago
JSON representation
The Asdf plugin for Supabase CLI
- Host: GitHub
- URL: https://github.com/gavinying/asdf-supabase-cli
- Owner: gavinying
- License: mit
- Created: 2024-10-28T05:06:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T06:51:38.000Z (over 1 year ago)
- Last Synced: 2025-04-12T22:37:54.888Z (about 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-supabase-cli [](https://github.com/gavinying/asdf-supabase-cli/actions/workflows/build.yml) [](https://github.com/gavinying/asdf-supabase-cli/actions/workflows/lint.yml)
[supabase-cli](https://supabase.com/docs/reference/cli) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
# Install
Plugin:
```shell
asdf plugin add supabase-cli
# or
asdf plugin add supabase-cli https://github.com/gavinying/asdf-supabase-cli.git
```
supabase-cli:
```shell
# Show all installable versions
asdf list-all supabase-cli
# Install specific version
asdf install supabase-cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global supabase-cli latest
# Now supabase-cli commands are available
supabase --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/gavinying/asdf-supabase-cli/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Gavin Ying](https://github.com/gavinying/)