Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.16 KB

Helm-tui

Demo of Soramail

Helm-tui is a terminal-based UI application to manage your Helm releases, charts, repositories, and plugins with ease.

Features

  • Manage Helm releases effortlessly.
  • Add, update, and remove Helm repositories.

Requirements

Optional

How to Use

  1. Clone the repository:

    git clone https://github.com/pidanou/helm-tui.git
    cd helm-tui
  2. Run the app directly using:

    go run .

How to Install

Install Helm-tui using helm plugin install:

helm plugin install https://github.com/pidanou/helm-tui

Once installed, you can run helm tui directly from your terminal.

Install using Go:

go install https://github.com/pidanou/helm-tui@latest

Once installed, you can run helm-tui directly from your terminal.

Contributing

Contributions are welcome! If you find bugs or have feature requests, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.