posh-providers/helm/helm
2025-03-13 17:45:49 +01:00
..
command.go fix: remove args print 2025-03-13 17:45:49 +01:00
README.md docs: format 2023-11-23 13:44:01 +01:00

POSH Helm provider

Usage

Plugin

func New(l log.Logger) (plugin.Plugin, error) {
	// ...
  inst.commands.Add(helm.NewCommand(l, kubectl))
	// ...
}