Hey,
Is adding a command line argument directly to the Upgrade call possible in parallel with using a yml file? (the parameter from the CLI should have a higher priority)
I would like to update several identical (by schema) databases in parallel through PowerShell, but the absence of the ConnectionString parameter in the Upgrade call does not allow me to do this.
Could you help me with that?