Awesome
<div align="center">asdf-garden-cli
asdf version manager plugin for garden-cli, a CLI tool of application.garden.
</div>Contents
Dependencies
bash
,curl
,tar
: generic POSIX utilities.
Install
Install the plugin:
asdf plugin add garden-cli https://github.com/rynkowsg/asdf-garden-cli.git
Install garden-cli:
# Show all installable versions
asdf list-all garden-cli
# Install specific version
asdf install garden-cli latest
# Set a version globally (on your ~/.tool-versions file)
asdf global garden-cli latest
# Now garden commands are available
garden --help
Check application.garden docs for more instructions on how to use garden CLI tool.
License
See LICENSE © Grzegorz Rynkowski