summary: this is the summary

prepare: |
    ![ -z "something" ]

restore: |
    echo "restoring"

debug: |
    echo "debugging"

execute: |
    echo "executing"
