itspngu / asdf-usql

usql plugin for the asdf version manager.

Home Page:https://asdf-vm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-usql CI Lint

usql plugin for the asdf version manager.

ARCHIVAL NOTICE

I stopped using asdf-vm and archived this repository. If you're using this plugin, please consider forking the repository and having it added to the upstream plugin list at https://github.com/asdf-vm/asdf-plugins.

Contents

Plugin Dependencies

  • curl - for usql downloads from upstream releases
  • icu4c - only on macOS, can be installed via brew

Install

Plugin:

$ asdf plugin-add usql https://github.com/itspngu/asdf-usql

usql:

# Show all installable versions
$ asdf list-all usql

# Install specific version
$ asdf install usql latest

# Set a version globally (in your ~/.tool-versions file)
$ asdf global usql latest

# Run usql
$ usql --version
usql 0.9.5

Refer to the upstream usql repository for documentation and usage instructions.

Check the asdf readme for more instructions on how to install & manage versions.

License

See LICENSE

About

usql plugin for the asdf version manager.

https://asdf-vm.com

License:BSD Zero Clause License


Languages

Language:Shell 100.0%