technikhil314 / asdf-kompose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-kompose Build

kompose plugin for the asdf version manager.

Contents

Dependencies

  • bash with curl or wget: generic POSIX utilities. Mostly installed already on linux, mac or any GNU POSIX OS

Install

Plugin:

asdf plugin add kompose
# or
asdf plugin add https://github.com/technikhil314/asdf-kompose.git

kompose:

# Show all installable versions
asdf list-all kompose

# Install specific version
asdf install kompose latest

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

# Now kompose commands are available
kompose --help

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Nikhil Mehta

About

License:MIT License


Languages

Language:Shell 100.0%