intake/tests/demo_oncreate/intake.json

22 lines
282 B
JSON
Raw Normal View History

2024-09-21 21:55:10 +00:00
{
"action": {
"fetch": {
"args": [
2024-11-07 02:39:44 +00:00
"./update.py",
2024-09-21 21:55:10 +00:00
"fetch"
]
},
"update": {
"args": [
2024-11-07 02:39:44 +00:00
"./update.py",
2024-09-21 21:55:10 +00:00
"update"
]
},
"on_create": {
"args": [
2024-11-07 02:39:44 +00:00
"./update.py",
2024-09-21 21:55:10 +00:00
"update"
]
}
}
}