Files
Valentin Maerten 31f297bd8c refactor: compute masked command at compile time
Move secret masking from runtime (task.go) to compile time (variables.go).
This avoids recalculating variables on each log.

- Add MaskSecretsWithExtra for loop vars and deferred commands
- Rename CmdTemplate to LogCmd (clearer intent)
- Simplify logging in runCommand
2026-02-01 16:32:07 +01:00
..
2025-09-11 10:26:59 +01:00
2025-08-18 22:43:36 +02:00
2026-01-26 09:26:23 -03:00