intake/tests/demo_logging/intake.json

13 lines
147 B
JSON
Raw Permalink Normal View History

{
"action": {
"fetch": {
"exe": "python3",
2023-06-02 23:57:03 +00:00
"args": [
"update.py"
]
}
},
"env": {
"HELLO": "WORLD"
}
}