https://github.com/imranismail/asdf-krm-function
ASDF plugin for distributing binaries from krm-function-registry
https://github.com/imranismail/asdf-krm-function
asdf config-management krm kubernetes kustomize
Last synced: 2 months ago
JSON representation
ASDF plugin for distributing binaries from krm-function-registry
- Host: GitHub
- URL: https://github.com/imranismail/asdf-krm-function
- Owner: imranismail
- License: apache-2.0
- Created: 2023-11-10T01:06:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-04T14:47:30.000Z (over 1 year ago)
- Last Synced: 2024-10-19T11:16:53.630Z (8 months ago)
- Topics: asdf, config-management, krm, kubernetes, kustomize
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-krm-function [](https://github.com/imranismail/asdf-krm-function/actions/workflows/test.yml) [](https://github.com/imranismail/asdf-krm-function/actions/workflows/lint.yml)
[krm-function-registry](https://github.com/imranismail/krm-function-registry) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add krm-function
# or
asdf plugin add krm-function https://github.com/imranismail/asdf-krm-function.git
```krm-function:
```shell
# Show all installable versions
asdf list-all krm-function# Install specific version
asdf install krm-function latest# Set a version globally (on your ~/.tool-versions file)
asdf global krm-function latest# Now krm-function commands are available
krm-function --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/imranismail/asdf-krm-function/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Imran Ismail](https://github.com/imranismail/)