get.porter.sh/porter@v1.3.0/pkg/exec/testdata/outputs.yaml (about)

     1  foo:
     2    - exec:
     3        description: "Do foo"
     4        command: foo
     5        outputs:
     6          - name: file
     7            path: config.txt
     8          - name: jsonpath
     9            jsonPath: '$.*'
    10          - name: regex
    11            regex: '(.*)'