Be explicit about datalad run inputs and outputs
This commit is contained in:
parent
75586854de
commit
8ef21489a3
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -15,7 +15,7 @@ packages:
|
||||||
python src/packages.py input output
|
python src/packages.py input output
|
||||||
|
|
||||||
versioned:
|
versioned:
|
||||||
datalad run -m "Create updated output data" -i input/ -o output/ just all
|
datalad run -m "Create updated output data" -i "input/*.json" -o "output/*.csv" just all
|
||||||
printf "\n## %s\n\n- auto generated\n" $(date +%F) | sed -i '/CHANGELOG/r /dev/stdin' CHANGELOG.md
|
printf "\n## %s\n\n- auto generated\n" $(date +%F) | sed -i '/CHANGELOG/r /dev/stdin' CHANGELOG.md
|
||||||
|
|
||||||
# requires python dependencies, thus to be running in venv
|
# requires python dependencies, thus to be running in venv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue