https://github.com/spencergilbert/asdf-k3d
k3d plugin for asdf version manager
https://github.com/spencergilbert/asdf-k3d
asdf asdf-plugin asdf-vm k3d kubernetes
Last synced: about 12 hours ago
JSON representation
k3d plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/spencergilbert/asdf-k3d
- Owner: spencergilbert
- License: mit
- Created: 2020-05-02T15:16:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:01:38.000Z (about 1 month ago)
- Last Synced: 2025-04-13T14:18:51.930Z (1 day ago)
- Topics: asdf, asdf-plugin, asdf-vm, k3d, kubernetes
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 88.9 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-devops - asdf-k3d - k3d plugin for asdf version manager https://github.com/asdf-vm/asdf (Command Line and Tooling / Observability)
README
# asdf-k3d [](https://github.com/spencergilbert/asdf-k3d/actions/workflows/build.yml) [](https://github.com/spencergilbert/asdf-k3d/actions/workflows/lint.yml)
[k3d](https://k3d.io/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`: generic POSIX utilities.
# Install
Plugin:
```shell
asdf plugin add k3d
# or
asdf plugin add k3d https://github.com/spencergilbert/asdf-k3d.git
```k3d:
```shell
# Show all installable versions
asdf list-all k3d# Install specific version
asdf install k3d latest# Set a version globally (on your ~/.tool-versions file)
asdf global k3d latest# Now k3d commands are available
k3d --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/spencergilbert/asdf-k3d/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Spencer Gilbert](https://github.com/spencergilbert/)