/ikubectl

interactive mode for kubectl

Primary LanguagePythonMIT LicenseMIT

ikubectl

interactive mode for kubectl

Dev Setup

Following are the steps to setup ikubectl for development:

  1. Install Pyenv or any pthon version management and set to Python version ^3.8.
  2. Install poetry
  3. Install Dependencies and activate env
    # Venv as local files
    poetry config virtualenvs.in-project true
    
    # Install without project
    poetry install --no-root
    
    # Activate venv
    source ./.venv/bin/activate
    # or similarin Windows
  4. Setup Pre-commit hook
    pre-commit install

TODOs:

???