cli: what should --quiet mode do? #5891
                  
                    
                      skshetry
                    
                  
                
                  started this conversation in
                New Features & Ideas
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Before we were using
loggerand were suppressing methods in--quietmode. So,dvc metrics/params diff/showtables and--show-jsondidn't use to print anything at all. This has now been changed to always display the table, and we have agreement that--show-jsonshould follow the same.There's still an issue about what we should do with fatal flaws or strong warnings. We could take an example of a failed/errored out script in
dvc repro -q. At the moment, we don't print anything at all and simply exit with code 1.So, let's have a guideline around it as:
--quietmode wherever appropriate.If someone disagrees with this proposal, please feel free to voice your concerns below. Cheers!
Beta Was this translation helpful? Give feedback.
All reactions