1 2 3 4 5 6 7 8 9 10 11 12
schema_version: "1" name: exec-shell type: declarative actions: - exec: cmd_shell: "echo hello world" shell: true cwd: "$HOME" env: FOO: bar on_fail: ignore