Trace Helm with Tracepusher
It is possible to trace helm commands using tracepusher.
Just add the word trace to any regular helm command.
For example, helm version becomes helm trace version
Instructions
- Download and add a tracepusher binary to your
PATH - Install
helm traceplugin:
helm plugin install https://github.com/agardnerit/helm-trace
Full documentation is available on the helm trace GitHub repo.