saveourtool/save-cli
Vedi su GitHubSupport platform-specific execution command in save.properties
Open
#47 aperta il 27 apr 2021
enhancementhelp wanted
Metriche repository
- Star
- (43 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
What if the developer will need to run SAVE on Windows locally and on Linux in CI/CD? In this case his execution command on different operating systems can differ. So:
- We need to support following flags. It should be something like in the following examples:
- execCmd.win= ...
- execCmd.linux= ...
- execCmd.mac = ...
- Flags above should be optional. In case only
execCmdflag is set we should override these flags with this value.
This task is very questionable and need investigation and analysis from the developer.