Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

A new Zsh-written tool for CI like commands



Hi,
I would like to announce a new utility that allows CI-like command definitions. Typical CI tools today use YAML files to define them, while here they're INI files. A typical command is a runnable definition in one of 4 types (binary, script, autoload function and eval) plus the CWD directory and some other things, like arguments, if [[ … ]] condition or an interval in seconds to run it periodically in background. See examples at https://github.com/zservices/command-CI-server/tree/main/examples.

--
Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author