SimonTheLeg / konf-go

konf is a lightweight kubeconfig manager. With konf you can use different kubeconfigs at the same time. And because it does not need subshells, konf is blazing fast!
Apache License 2.0
168 stars 12 forks source link

feat: add silent flag to surpress log output #6

Closed SimonTheLeg closed 2 years ago

SimonTheLeg commented 2 years ago

This is useful for commands like 'set -' that can be used on shell starts, so they are not as spammy.

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (b573d52) into main (f252583) will decrease coverage by 0.22%. The diff coverage is 62.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   71.37%   71.14%   -0.23%     
==========================================
  Files           9        9              
  Lines         496      499       +3     
==========================================
+ Hits          354      355       +1     
- Misses        116      117       +1     
- Partials       26       27       +1     
Impacted Files Coverage Δ
cmd/root.go 66.66% <33.33%> (-8.34%) :arrow_down:
cmd/set.go 71.32% <50.00%> (ø)
cmd/cleanup.go 62.50% <100.00%> (ø)
cmd/import.go 88.57% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f252583...b573d52. Read the comment docs.