Antiarchitect / asdf-helm-cr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-helm-cr

GitHub Actions Status

Helm Chart Releaser plugin for asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add helm-cr
# or
asdf plugin add helm-cr https://github.com/Antiarchitect/asdf-helm-cr.git

helm-cr:

# Show all installable versions
asdf list-all helm-cr

# Install specific version
asdf install helm-cr latest

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

# Now cr commands are available
cr version

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

License

See LICENSE © Andrey Voronkov

About

License:MIT License


Languages

Language:Shell 100.0%