intake/tests/demo_oncreate/intake.json

22 lines
297 B
JSON
Raw Normal View History

2024-09-21 21:55:10 +00:00
{
"action": {
"fetch": {
"exe": "./update.py",
"args": [
"fetch"
]
},
"update": {
"exe": "./update.py",
"args": [
"update"
]
},
"on_create": {
"exe": "./update.py",
"args": [
"update"
]
}
}
}