get.porter.sh/porter@v1.3.0/pkg/manifest/testdata/porter-with-custom-metadata.yaml (about)

     1  schemaVersion: 1.0.0
     2  name: mybundle
     3  version: 0.1.0
     4  registry: example.com
     5  
     6  mixins:
     7    - exec
     8  
     9  install:
    10    - exec:
    11        description: "Install Hello World"
    12        command: bash
    13  
    14          
    15  uninstall:
    16    - exec:
    17        description: "Uninstall Hello World"
    18        command: bash
    19  
    20  custom:
    21    foo: 
    22      test1: true
    23      test2: 1
    24      test3: value
    25      test4:
    26        - one
    27        - two
    28        - three
    29      test5:
    30        1: one
    31        two: two