The --live-logs flag that was intended for saucectl imagerunner logs --live-logs was incorrectly scoped as a global flag and thus available on all saucectl imagerunner subcommands.
Additionally, the flag was renamed (breaking change) to remove stutter logs --live-logs vs logs --live.
PS: This does not affect saucectl run --live-logs and as such, a relatively small breaking change.
Proposed changes
The
--live-logs
flag that was intended forsaucectl imagerunner logs --live-logs
was incorrectly scoped as a global flag and thus available on allsaucectl imagerunner
subcommands.Additionally, the flag was renamed (breaking change) to remove stutter
logs --live-logs
vslogs --live
.PS: This does not affect
saucectl run --live-logs
and as such, a relatively small breaking change.