sceptre-cmd-hook

Sceptre Command Line Hook to run arbitary commands


Keywords
sceptre, sceptre-hook
License
Apache-2.0
Install
pip install sceptre-cmd-hook==1.0.0

Documentation

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'