Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 810 Bytes

File metadata and controls

43 lines (31 loc) · 810 Bytes

Eye - TUI Application

A Textual-based Terminal User Interface (TUI) application for viewing and managing the cosmotech simulation platform.

Installation

uv venv
uv pip install -e .

Configuration

Create a .env file with the following configuration, replacing the by your tenant name:

host="https://kubernetes.cosmotech.com/cosmotech-api/<NAMESPACE>/v4"
server_url="https://kubernetes.cosmotech.com/keycloak/"
realm_name="<NAMESPACE>"
client_secret_key="<client secret>"

Usage

Activate the virtual environment:

source .venv/bin/activate

Get a summary of the object tree in the current namespace:

python3 eye/main.py

or use the app:

python3 eye/app.py

to get an various screens with an overview of the platform state