baasil-cli
baasil-cli copied to clipboard
Windows cmd.exe and powershell.exe fix.
When child_process chooses cmd.exe as it's shell, the correct chaining of commands is '&', but for powershell it's ';'. This caused an error in the deploy command. So, instead of worrying about which shell we're in, we just split the commands into separate invocations.
Problem solved.