datalad-handbook/docs/basics/_examples/DL-101-112-101
Michael Hanke 84329818d6 Recaptured code examples from new execution environment
Changes look sensible (due to env change, but also latest datalad and
git-annex).

There is one open issue: We are using `ls -l` in some places that
reveals thatthe effective user ID creating files on the machine is
not the fake one we configured. We should check whether it is important
to list this information. If so, we may need to configure a dedicated
user.
2019-10-06 09:44:33 +02:00

5 lines
445 B
Text

$ datalad run -m "Resize logo for slides" \
--input "recordings/longnow/.datalad/feed_metadata/logo_interval.jpg" \
--output "recordings/interval_logo_small.jpg" \
"convert -resize 400x400 recordings/longnow/.datalad/feed_metadata/logo_interval.jpg recordings/interval_logo_small.jpg"
run(impossible): /home/me/dl-101/DataLad-101 (dataset) [clean dataset required to detect changes from command; use `datalad status` to inspect unsaved changes]