This website requires JavaScript.
Explore
Help
Sign In
Jaculabilis
/
intake
Watch
1
Star
0
Fork
You've already forked intake
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ff13c845eb
intake
/
tests
/
demo_logging
/
intake.json
13 lines
147 B
JSON
Raw
Normal View
History
Unescape
Escape
Add submodule and cli for executing source fetches
2023-05-29 21:58:22 +00:00
{
Refactor fetch into a special-case action
2023-06-01 23:41:50 +00:00
"action"
:
{
"fetch"
:
{
"exe"
:
"python3"
,
Add config editing
2023-06-02 23:57:03 +00:00
"args"
:
[
"update.py"
]
Refactor fetch into a special-case action
2023-06-01 23:41:50 +00:00
}
Add submodule and cli for executing source fetches
2023-05-29 21:58:22 +00:00
}
,
"env"
:
{
"HELLO"
:
"WORLD"
}
}