I've followed the Docker Image installation instructions from Sqitch's documentation website, installed the image with:
docker pull sqitch/sqitch
Invoke-WebRequest -Uri "https://git.io/JTAi6" -OutFile "sqitch.bat"
and added "C:\Users\me\sqitch.bat" to my "Path" environment variable.
I can't, nevertheless, use sqitch as a command in my terminal which forces me to use the path to sqitch.bat instead.
Has anyone experienced similar issues before?