Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 385 Bytes

File metadata and controls

21 lines (15 loc) · 385 Bytes

✅ Requirements

  • Python 3.11 or later
  • pip (Python package manager)
  • kubectl (required for commands that interact with the Kubernetes API)

📦 Installation

Standard Installation

# Create and activate a virtual environment
python -m venv venv
source venv/bin/activate

# Install the CLI
pip install oks-cli

# Check version of oks-cli
oks-cli version