kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help goal and documentation for parameters

slawekjaranowski opened this issue · comments

Please consider to add help mojo - generate-help

which allow to call: mvn helm:help, like for mvn clean:help

To make documentation available for help mojo you need to add javadocs for fields with @Parameter annotation.

Additional documentation provided with parameters will be available in plugin descriptor and many IDE like InteliJ will can use it.

Now contextual help is empty:
image