...

Text file src/helm.sh/helm/v3/pkg/plugin/testdata/plugdir/good/echo/plugin.yaml

Documentation: helm.sh/helm/v3/pkg/plugin/testdata/plugdir/good/echo

     1name: "echo"
     2version: "1.2.3"
     3usage: "echo something"
     4description: |-
     5  This is a testing fixture.
     6command: "echo Hello"
     7hooks:
     8  install: "echo Installing"

View as plain text