Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/germainlefebvre4/kevel

Switch your Kubernetes client version without friction.
https://github.com/germainlefebvre4/kevel

k8senv kubectl kubectl-switch kubernetes switch switch-version tfenv tfswitch version version-control

Last synced: about 1 month ago
JSON representation

Switch your Kubernetes client version without friction.

Awesome Lists containing this project

README

        

# Kevel

## Contributing

## Documentation

The documentation is built on top of [MkDocs](https://www.mkdocs.org/).

> Python environment is managed using [Poetry](https://python-poetry.org/).

Setup your development environment.

```bash
poetry add $(cat docs/requirements.txt)
```

Serve the documentation on local.

```bash
poetry run mkdocs serve
```

Documentation is available at [http://localhost:8000](http://localhost:8000).