on <event>
Triggers to run on lifecycle events.
Used by: channel darwin linux <manifest> platform version
Blocks¶
Block | Description |
---|---|
chmod { … } |
Change a files mode. |
copy { … } |
A file to copy when the event is triggered. |
delete { … } |
Delete files. |
message { … } |
Display a message to the user. |
mkdir { … } |
Create a directory and any missing parents. |
rename { … } |
Rename a file. |
run { … } |
A command to run when the event is triggered. |
symlink { … } |
Create a symbolic link. |