Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/germainlefebvre4/kevel
- Owner: germainlefebvre4
- License: mit
- Created: 2024-04-02T19:54:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T21:07:12.000Z (10 months ago)
- Last Synced: 2024-11-01T03:42:30.419Z (3 months 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).