k8s-check-updates (0.0.1)
Published 2023-11-14 13:33:57 +00:00 by jonas
Installation
pip install --index-url k8s-check-updates
About this package
CLI tool to check for container and helm updates for my home k8s cluster
k8s_check_updates
CLI tool to check for container and helm updates for my home k8s cluster
Preparing for Development
- Ensure
pip
andpipenv
are installed - Clone repository:
git clone https://github.com/SweBarre/sps.git
cd
into repository- Activate virtualenv:
pipenv shell
- Fetch development dependencies
make dev
Running Tests
Run tests locally using make
if virtualenv is active:
::
$ make test
If virtualenv isn't active then use:
::
$ pipenv run make