docs icon indicating copy to clipboard operation
docs copied to clipboard

How to rapidly prototype a pipeline definition file

Open markoa opened this issue 7 years ago • 0 comments

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

markoa avatar Dec 04 '18 14:12 markoa