summary: this is the summary

prepare: |
    echo "preparing"

restore: |
    echo "restoring"

debug: |
    echo "debuging"

execute: |
    ![ -z "something" ]
