Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 329 Bytes

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'