Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T13:04:40.000Z (7 months ago)
- Last Synced: 2024-08-03T23:06:02.548Z (6 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, k3d, kubernetes
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 81.1 KB
- Stars: 8
- Watchers: 2
- 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 [![Build](https://github.com/spencergilbert/asdf-k3d/actions/workflows/build.yml/badge.svg)](https://github.com/spencergilbert/asdf-k3d/actions/workflows/build.yml) [![Lint](https://github.com/spencergilbert/asdf-k3d/actions/workflows/lint.yml/badge.svg)](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/)