intake/tests/demo_oncreate/intake.json

22 lines
297 B
JSON

{
"action": {
"fetch": {
"exe": "./update.py",
"args": [
"fetch"
]
},
"update": {
"exe": "./update.py",
"args": [
"update"
]
},
"on_create": {
"exe": "./update.py",
"args": [
"update"
]
}
}
}