Skip to content

Sceptre/sceptre-cmd-hook

Repository files navigation

CMD Hook

Executes the argument string in the shell as a Python subprocess.

For more information about how this works, see the subprocess documentation

Syntax:

<hook_point>:
  - !cmd <shell_command>

Example:

before_create:
  - !cmd 'echo hello'