helm-restore

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 18 Imported by: 0

README

helm-restore

A CLI to restore your helm charts. As long as your kubernetes cluster is available, you can restore the helm chart using helm-restore CLI.

❓ Why helm-restore?

Encountering the scenarios mentioned below? It's time to leverage the power of helm-restore CLI.

  • Your team has lost the original helm charts.
  • Previous developer has left the organization without providing the original Helm charts.
  • Third party has assisted in setting up components, leaving you without the original Helm charts.

Having faced the same challenges, I developed this tool to simplify the process of recovering Helm charts.

🔨 Installation

Go
go install github.com/si3nloong/helm-restore@main
Distribution

Downloads

🥢 How to use?

helm-restore --latest -o dist

This will take some time if you have many charts. After it complete, you will see your charts inside dist folder.

⚙️ Command line tool

Syntax

Use the following syntax to run helm-restore commands from your terminal window:

helm-restore [command] [flags]

where command, and flags are:

  • command: Specifies the operation that you want to perform.
  • flags: Specifies optional flags.
Cheat Sheet
Flags Description
--latest Only download the latest chart
-f <kubeconfig_file> Load the cluster using the specific kubeconfig file instead of using default $HOME/.kube/config
-o <output_folder> Store the helm charts in the specific folder
-context Specify the kubernetes context

Examples :

helm-restore --latest # download the latest charts only
helm-restore -o dist # download the charts and store in `dist` folder

📄 License

MIT

Copyright (c) 2024-present, SianLoong Lee

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL