-
v0.11.0 Stable
released this
2025-11-24 23:51:56 +00:00 | 0 commits to develop since this releasev0.11.0 - 2025-11-24
Added
- feat: Package operation
versionChecksupports regular expressions (see regexp package for docs) - Command lists: added
cmdLists.[name].notifyobject - Testing setup with Docker
- CLI: add global flag --hostsConfig that allows hosts to be dynamic in relation to the main config
- CLI: Exec subcommand
hosts. See documentation for more details. - CLI: added
exec hostssubcommandlist - Add support for hosts in parallel
Changed
- Commands:
hostcan now belocalhostor127.0.0.1to run commands locally - lists loaded from external files only if no list config present in current file
PackageManager.Parserenamed toParseRemotePackageManagerVersionOutput. This now returns arrays of PackageManagerCommon.Package and errors.- Internal: refactoring and renaming functions
- Commands: moved output-prefixed keys to the
commands.[name].outputobject - Change internal method name for better understanding
- Improved error message for remote version package output
Fixed
- Command Lists: hooks now run correctly when commands finish
- Log file passed using
--log-filecorrectly used - Cmd Type
scriptnow correctly appends arguments
Downloads
- feat: Package operation