get.porter.sh/porter@v1.3.0/pkg/manifest/testdata/porter-no-name.yaml (about)

     1  schemaVersion: 1.0.0
     2  version: 0.1.0
     3  registry: example.com
     4  
     5  install:
     6    - exec:
     7        description: Install something
     8        command: bash
     9  
    10  uninstall:
    11    - exec:
    12        description: uninstall everything
    13        command: bash