docs
docs copied to clipboard
How to rapidly prototype a pipeline definition file
Atm for yml file development there is an alpha cli feature called snapshot. It creates workflow from tgz file (not from GitHub repo). By default tgz file is created from current dir.
sem create wf
It will return ppl_id (pipeline id).
sem get ppl <ppl_id>
This will show errors in yml file if any
When you get it right, you can stop pipeline with
sem stop ppl <ppl_id>
Note: there is a limit on tgz file size.
Note: use recent sem version