workflow 0.3.0

Execute complex workflows using simple definition files.
Documentation
1
2
3
4
5
6
id: std-download
name: Download
author: Aloïs Micard <alois@micard.lu>
description: Download a remote file into specific directory
steps:
  - exec: curl {url} -o {file} -s