https://github.com/technikhil314/asdf-kompose
https://github.com/technikhil314/asdf-kompose
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technikhil314/asdf-kompose
- Owner: technikhil314
- License: mit
- Created: 2020-09-16T13:43:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T18:26:43.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T09:28:42.903Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-kompose 
[kompose](https://github.com/kubernetes/kompose) plugin for the [asdf version manager](https://asdf-vm.com).
## Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
### Dependencies
- `bash` with `curl` or `wget`: generic POSIX utilities. Mostly installed already on linux, mac or any GNU POSIX OS
### Install
Plugin:
```shell
asdf plugin add kompose
# or
asdf plugin add https://github.com/technikhil314/asdf-kompose.git
```
kompose:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
### Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/technikhil314/asdf-kompose/graphs/contributors)!
### License
See [LICENSE](LICENSE) © [Nikhil Mehta](https://github.com/technikhil314/)