==Work in progress==
About
Chainrunner is a lightweight utility for running command chains on local and remote hosts. This can be used as an assistant in ci / cd or for performing routine tasks.
Roadmap
- Add remote host commands support
- Write Documentation and Examples
- Add supporting of running few tasks parallel
- Add template variables in chain providers
- source
root: - command {{variable}}
- command
chainrun -o variable=value --chainFile source.yaml
- result
root: - command value
- source
- Add environment variables support