https://github.com/its-alex/asdf-plugin-k0sctl
https://github.com/its-alex/asdf-plugin-k0sctl
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/its-alex/asdf-plugin-k0sctl
- Owner: Its-Alex
- License: mit
- Created: 2023-05-08T19:14:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T12:26:50.000Z (over 1 year ago)
- Last Synced: 2025-02-23T11:12:28.635Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-plugin-k0sctl [](https://github.com/Its-Alex/asdf-plugin-k0sctl/actions/workflows/build.yml) [](https://github.com/Its-Alex/asdf-plugin-k0sctl/actions/workflows/lint.yml)
[k0sctl](https://github.com/k0sproject/k0sctl) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [asdf-plugin-k0sctl ](#asdf-plugin-k0sctl--)
- [Contents](#contents)
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add k0sctl
# or
asdf plugin add k0sctl https://github.com/Its-Alex/asdf-plugin-k0sctl.git
```
k0sctl:
```shell
# Show all installable versions
asdf list-all k0sctl
# Install specific version
asdf install k0sctl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global k0sctl latest
# Now k0sctl commands are available
k0sctl --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/Its-Alex/asdf-plugin-k0sctl/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [ItsAlex](https://github.com/Its-Alex/)