wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
148 stars 58 forks source link

[BUG] Unneeded output when creating keys #860

Closed thomastaylor312 closed 11 months ago

thomastaylor312 commented 11 months ago

Describe the bug

When running wash build (or any step that generates a key for you), this output is written to the terminal:

{"keygen":"true","path":"/Users/taylor/.wash/keys/blahblahblah_module.nk","status":"No keypair found"}

That message shouldn't be written by default (probably should just be logged)

To Reproduce

Expected behavior

The "no keypair found" should not be echoed to the terminal

connorsmith256 commented 11 months ago

Fixed by https://github.com/wasmCloud/wash/pull/799 !