get.porter.sh/porter@v1.3.0/pkg/manifest/testdata/empty-steps.yaml (about) 1 schemaVersion: 1.0.0 2 name: empty-steps 3 version: 0.1.0 4 registry: example.com 5 6 mixins: 7 - exec 8 - 9 - az: 10 extensions: 11 - iot 12 13 install: 14 - exec: 15 description: Install something 16 command: bash 17 arguments: 18 - install1.sh 19 - 20 - exec: 21 description: Install something else 22 command: bash 23 arguments: 24 - install2.sh 25 26 status: 27 - 28 - exec: 29 description: "Get World Status" 30 command: bash 31 flags: 32 c: echo The world is on fire 33 34 uninstall: 35 - exec: 36 description: uninstall everything 37 command: bash 38 arguments: 39 - uninstall.sh 40 -