saucelabs / saucectl

A command line interface for the Sauce Labs platform.
Apache License 2.0
42 stars 16 forks source link

fix!: correctly scope flag #877

Closed alexplischke closed 9 months ago

alexplischke commented 9 months ago

Proposed changes

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.