kubernetes manifest backup with well-structured folder
Install this tool using pip:
pip install kbackupTo install latest development version:
pip install pip install git+https://github.com/Kyuubang/kbackup.gitFor help, run:
kbackup --helpYou can also use:
python -m kbackup --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
cd kbackup
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
pip install -e '.[test]'To run the tests:
python -m pytest