mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
18e3ed5d64
This new aptly command will allow to run multiple commands within a single aptly command, running in a single thread. The commands can be included in a text file or added to the aptly script run command in one line, separated by comas ','. If one command returns an error, then all the subsequent commands will be skipped. Each command output will appear on the console within coloured strings, clearly stating which command is running and the start and the end of the received output.