[GH-ISSUE #196] Silent [No verbose] #126

Closed
opened 2026-02-25 22:32:40 +03:00 by kerem · 1 comment
Owner

Originally created by @Krato on GitHub (Aug 31, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/196

Hello, first thanks for this amazing tool.

I'm developing a bash file to create vhosts for my mac environment. I'm able to create a cert using mkcert, but the terminal shows all the ouput of mkcert.

There is an option to hide the ouput?

Thanks!

Originally created by @Krato on GitHub (Aug 31, 2019). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/196 Hello, first thanks for this amazing tool. I'm developing a bash file to create vhosts for my mac environment. I'm able to create a cert using mkcert, but the terminal shows all the ouput of mkcert. There is an option to hide the ouput? Thanks!
kerem closed this issue 2026-02-25 22:32:40 +03:00
Author
Owner

@FiloSottile commented on GitHub (Sep 10, 2019):

mkcert simply sends output to stderr, so if you want to hide it in a script, you can use 2> /dev/null and check the exit code to make sure there were no errors.

<!-- gh-comment-id:529945386 --> @FiloSottile commented on GitHub (Sep 10, 2019): mkcert simply sends output to stderr, so if you want to hide it in a script, you can use `2> /dev/null` and check the exit code to make sure there were no errors.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#126
No description provided.