adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

Remove command line arguments from Windows batch files #789

Closed ddybvig-perf closed 2 years ago

ddybvig-perf commented 2 years ago

Is your feature request related to a problem? Please describe. Customers running UST on Windows likely use the two batch files that are generated from the installer to run the tool. These batch files both contain the arguments process-groups and users mapped, which overrides any invocation options that have been specified in the main configuration file. For most customers this is not an issue, but customers that have specified non-default options, they may get overridden by the batch files and cause undesired behavior, especially the users option.

Describe the solution you'd like The batch files can simply invoke the executable with no additional arguments except for the -t flag for test mode.

Additional context This will allow customers using the UST Configuration Wizard to specify all of their options using that tool without having to worry about altering the batch files as well.