Is your feature request related to a problem? Please describe.
It's nice that --environment can be used to skip stages on non-matching operating systems, but it would be better to allow for more granular control by being able to specify an OS version as well.
Describe the solution you'd like
Parse the Local command runner environment for OS and version number and handle accordingly.
Describe alternatives you've considered
Issue #84 also enables granular filtering by using parameters, but this method can be used as an alternative to the more verbose usage proposed in #84.
Is your feature request related to a problem? Please describe.
It's nice that
--environmentcan be used to skip stages on non-matching operating systems, but it would be better to allow for more granular control by being able to specify an OS version as well.Describe the solution you'd like
Parse the Local command runner environment for OS and version number and handle accordingly.
Describe alternatives you've considered
Issue #84 also enables granular filtering by using parameters, but this method can be used as an alternative to the more verbose usage proposed in #84.