#No output from Dagger CLI v0.11.0

1 messages · Page 1 of 1 (latest)

timid maple
#

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).

lethal garnet
#

Yeah, I was going to suggest doing everything in WSL. 🙂

timid maple
#

Is the "no output" thing a known issue as well? I couldn't find a GitHub Issue for that, but maybe I just wasn't searching with the right terms.

lethal garnet
#

I think they made the default silent mode. And for verbosity, you need the -v flag. It's not documented yet, but I had a convo about it yesterday. @timid maple

timid maple
#

I do think I remember trying with -v and still seeing nothing. But I can try it again in a bit and let you know.

timid maple
#

Nope, still not seeing anything when I add -v.

#

And interestingly, v0.10.3 doesn't seem to recognize -v, even though I see it in the online CLI documentation.

#

Also, I got v0.11.0 of Dagger CLI installed in WSL, and it shows output there without the -v flag.

lethal garnet
#

Ok. Then it is a Window bug I guess.

dim kernel
# timid maple Nope, still not seeing anything when I add `-v`.

I just checked on my Windows machine and had the same lack of output with v0.11.0 thanks for reporting this! I have opened an issue to track this here: https://github.com/dagger/dagger/issues/7045

GitHub

What is the issue? I installed dagger.exe and ran dagger.exe and got no output. Dagger version no ouput, but dagger v0.11.0 amd64 Windows Steps to reproduce Go to user's home directory. run Inv...