Feature #5494
[Documentation] Run an uncommitted script straight from a working directory using arv-run-pipeline-instance --run-here
Start date:
03/17/2015
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
There should be a way to avoid having to commit a change to my git repo in order to run an updated pipeline. It would be cool to just do $a-r-p-i crunch_script and have it work.
History
#1
Updated by Tom Clegg almost 6 years ago
http://doc.arvados.org/user/topics/running-pipeline-command-line.html looks rather out of date and doesn't address the repository question at all, but you should be able to specify a working directory as a repository, like
{"repository":"/home/username/foo","script_name":"bar",...}
...and run
arv-run-pipeline-instance --run-here --template=/path/to/template.json
#2
Updated by Tom Clegg almost 6 years ago
- Subject changed from Arv-run-pipeline-instance should support using local scripts to [Documentation] Run an uncommitted script straight from a working directory using arv-run-pipeline-instance --run-here
- Category set to Documentation
- Target version set to Arvados Future Sprints