An open API service indexing awesome lists of open source software.

https://github.com/ezcater/asdf-ctlptl

An asdf-vm plugin for ctlptl, the Windmill Engineering way to set up local kubernetes clusters.
https://github.com/ezcater/asdf-ctlptl

asdf asdf-plugin asdf-vm kubernetes local-development localdev plugin tilt

Last synced: 5 months ago
JSON representation

An asdf-vm plugin for ctlptl, the Windmill Engineering way to set up local kubernetes clusters.

Awesome Lists containing this project

README

          

# asdf-ctlptl

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ezcater/asdf-ctlptl/Main%20Workflow?style=flat-square)](https://github.com/ezcater/asdf-ctlptl/actions)

[`ctlptl`](https://github.com/tilt-dev/ctlptl) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager.

## Install

```
asdf plugin add ctlptl https://github.com/ezcater/asdf-ctlptl.git
```

## Use

Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions of ctlptl.

## Inspired by / copied from

* [asdf-tilt plugin](https://github.com/virtualstaticvoid/asdf-tilt)