An open API service indexing awesome lists of open source software.

https://github.com/loganlinn/asdf-variant

asdf plugin for https://github.com/mumoshu/variant2
https://github.com/loganlinn/asdf-variant

asdf-vm cli hcl variant

Last synced: 7 months ago
JSON representation

asdf plugin for https://github.com/mumoshu/variant2

Awesome Lists containing this project

README

          

# asdf-variant

[variant](https://github.com/mumoshu/variant2) plugin for the [asdf version manager](https://asdf-vm.com).

# Dependencies

- `bash`, `curl`, `tar`: generic POSIX utilities.

# Install

Plugin:

```shell
asdf plugin add variant https://github.com/loganlinn/asdf-variant.git
```

Tool:

```shell
# Show all installable versions
asdf list-all variant

# Install specific version
asdf install variant latest

# Set a version globally (on your ~/.tool-versions file)
asdf global variant latest

# Now variant commands are available
variant --help
```

Check [asdf-vm/asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to install & manage versions.