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 2 months ago
JSON representation
Switch your Kubernetes client version without friction.
- Host: GitHub
- URL: https://github.com/germainlefebvre4/kevel
- Owner: germainlefebvre4
- License: mit
- Created: 2024-04-02T19:54:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T21:07:12.000Z (about 2 years ago)
- Last Synced: 2025-04-06T09:52:04.866Z (about 1 year ago)
- Topics: k8senv, kubectl, kubectl-switch, kubernetes, switch, switch-version, tfenv, tfswitch, version, version-control
- Language: Shell
- Homepage: https://kevel.readthedocs.io/
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
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).