Hello! I was just getting started with trying out Dagger, and I'm running into an issue with the latest version of the CLI, v0.11.0.
I initially tried downloading the CLI via Scoop, but I was getting no output (but also no error message) running any of the commands, like dagger --help, dagger version, or dagger init. I also didn't end up with any files created after running dagger init. Interestingly, if I ran an invalid command like dagger -version or dagger -asdfasdfas, I did get some output. Also, looking at the exit code, I saw I was always getting 1.
Searching through the Discord server here, I saw someone else mention they were seeing no output, specifically after upgrading to v0.11.0: https://discordapp.com/channels/707636530424053791/1225413804209209354/1225461670135074927. So I decided to go download the previous version from GitHub and try it. And, sure enough, v0.10.3 is working for me. I also downloaded v0.11.0 from Scoop to make sure it's not a Scoop issue, but it still didn't work. (See attached screenshots for the comparison between those two versions.)
In case it's relevant, my Windows version is 10.0.19045 Build 19045, with an x64 processor, and I am using Git Bash (though I tried running the CLI in both Powershell and cmd as well, with the same results).