get.porter.sh/porter@v1.3.0/pkg/exec/testdata/invoke-input.yaml (about)

     1  status:
     2  - exec:
     3      description: "Install Hello World"
     4      command: bash
     5      flags:
     6        c: echo Hello World
     7      outputs:
     8        - name: name
     9          regex: 'Hello (.*)'