hooks
property to specify actions Takomo should execute at different stages of deploy and undeploy commands. The hooks
property accepts a list of hook configuration objects. A hook configuration object has the following properties:name
- Name of the hooktype
- Type of the hookoperation
- Operations during which the hook should be executedstage
- Stages during which the hook should be executedstatus
- Statuses during which the hook should be executedhooks
property can be defined in stack and stack group configuration files. If specified in a stack group, the stack group's children and stacks inherit the value. The hooks defined by stack groups and stacks are appended to the list of hooks they inherit from their parent.hooks
property must satisfy these requirements: