build icon indicating copy to clipboard operation
build copied to clipboard

Verbosity flag

Open uranusjr opened this issue 4 years ago • 3 comments

build currently makes all output from the backend pass through, but some of them are very cluttered by default (looking at you, setuptools). It would be nice to have a quiet mode that only outputs what backend is being used and what hooks are being called, and supress outputs from the backend if the hook call succeeds.

uranusjr avatar Nov 13 '20 21:11 uranusjr

Related to #142.

only outputs what backend is being used

Can you elaborate?

FFY00 avatar Nov 13 '20 21:11 FFY00

Show the value in build-system so the user knows what is actually being run (and can more easily debug typos), something like

Using backend: setuptools.build_meta

uranusjr avatar Nov 13 '20 21:11 uranusjr

A -q option would be great: I build sdist and wheels as part of my quality step, and switching from setup.py to build has exploded the output with dist-building details that I don't want to see.

nedbat avatar Oct 25 '21 11:10 nedbat