Replies: 1 comment
-
I'm really leaning towards a single verbosity flag, with friendly names for the numbers. So a user wouldn't need to remember what 4 is. The default verbosity would be normal (2).
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We really cleaned up the default info shown when we moved debugging for plugin communication to --debug-plugins. Would it help to have the same flag for mixins?
That way when someone runs
porter build --debug
they don't have the output overrun by stuff like this:Alternatively we could switch to a verbosity level, and have the default level filter out stuff like that. For example:
helm status
, and required output from calls likeporter schema
orporter installation show porter-hello
Beta Was this translation helpful? Give feedback.
All reactions