A Terminal/Web UI to interact with devops tools & services, intended for devops/platform engineers.
This project is inspired from the following softwares terraform, K9s, Lens.
- Devops CLI aims to bring the agility (that extensively comes from using keyboard) & speed offered by K9s.
- Devops CLI aims to bring the extensibility provided by terraform (in form of plugins)
- Not everything can be done on TUI, Something are better show in a web app like Lens. The above 2 things will also be package in a Web UI for better experience.
- Improve debugging
- Improve development agility
Linux & Mac
curl https://storage.googleapis.com/devops-cli-artifacts/releases/devops/0.5.3/install.sh | bash
Run Server
devops
Run Client (Web App)
On browser go to: http://localhost:9753
Run Client (TUI)
devops tui
Read Wiki for detailed documentation
- Kubernetes
- Helm
- Gitlab (WIP)
- View & search all cluster resources
- Create, Read, Update, Delete any resource
- Describe any resource
- View logs, get shell access of pod
- View releases & charts
- Perform the following operation on releases: rollback, uninstall, view values, view history, view manifies etc...