ImOverlord / helm-viewer

Quick tool to easily view your helm charts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm-viewer

Motivation

When you are writing a helm Chart, you often want to generate the template and check what is the final result. To reach this goal, helm provides this command : helm template.

However, the output of this command is a huge raw text and it is mainly painful.

This project aims to give you the right tool to build helm chart.

Installation

# Install globally
npm i -g helm-viewer

Usage

# When you are in a chart helm folder
helm-viewer

# To target a specific path
helm-viewer path/of/the/chart

It will analyze the helm chart and generate a HTML report, automatically opened in your favorite browser.

Development

Generate the binary

just

About

Quick tool to easily view your helm charts.

License:MIT License


Languages

Language:HTML 47.0%Language:TypeScript 45.6%Language:Just 6.7%Language:JavaScript 0.7%