1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 12:03:49 +00:00

update action doc

This commit is contained in:
deadc0de6
2020-10-01 19:05:32 +02:00
parent c04a1f2533
commit ffa9024af1
2 changed files with 29 additions and 9 deletions

View File

@@ -118,6 +118,20 @@ actions:
<action-key>: <command-to-execute>
```
*pre* actions
```yaml
actions:
pre:
<action-key>: <command-to-execute>
```
*post* actions
```yaml
actions:
post:
<action-key>: <command-to-execute>
```
### trans_read entry
The **trans_read** entry (optional) contains a list of transformations (see [transformations](config-details.md#entry-transformations))