[bug] Issues with "sfdk check" under windows cmd/powershell
Running 'sfdk check' on windows 10 (whether under cmd or powershell) results in weird encoding issues like:
[32mPASSED[0m
Also you can only 'sfdk check' a file in the same directory that is registered as the projects directory, if you try to point it to .\build... it will say file not found, you have to manually copy the file into the dir for it to work
The weird encoding is actually called ANSI escape sequences and is interpreted by "proper" terminals. I'd even expect Windows Terminal (Preview) to handle this correctly. As @martyone answered below, CMD.exe or a plain PowerShell window won't work too well.
Maus ( 2020-01-08 21:49:26 +0200 )edit