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

  1. Ensure pip and pipenv are installed
  2. Clone repository: git clone https://github.com/SweBarre/sps.git
  3. cd into repository
  4. Activate virtualenv: pipenv shell
  5. 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
Details
PyPI
2023-11-14 13:33:57 +00:00
1
jonas
2.8 KiB
Assets (1)
Versions (1) View all
0.0.1 2023-11-14