github.com/Azure/draft-classic@v0.16.0/cmd/draft/testdata/plugins/echo/plugin.yaml (about)

     1  name: echo
     2  usage: "echo stuff"
     3  description: "This echos stuff"
     4  command: "echo hello"
     5  version: "1.0.0"
     6  hooks:
     7    bash:
     8      install: "echo installing"
     9    powershell:
    10      install: "Write-Output installing"