scriptengine
scriptengine copied to clipboard
A lightweight and extensible framework for execution scripts written in YAML.
When commands are executed via the `base.command` task, they generally inherit the environment from the `se` process. Since `se` is a Python script, some things work differently compared to shell...
Looks like the Concepts has the Jinja2 Templating section empty at the moment, pending someone to write about it. Just adding an issue so someone can maybe contribute later. :+1:
Not sure if this is the intended behaviour of stdout from base.command, but I am finding it a bit weird: ``` (ECE4) [spk@aa6-100 se]$ cat test7.yml - do: - base.command:...