buildpacks / roadmap

Issue tracker
https://buildpacks.io
Apache License 2.0
0 stars 0 forks source link

Replace `--verbose` with `--quiet` flag. Make `pack` verbose by default. #32

Closed ameyer-pivotal closed 5 years ago

sclevine commented 5 years ago

Seems like -q is suppressing build output from the buildpack. Was this intentional? What's the intended use case for -q?

ameyer-pivotal commented 5 years ago

@sclevine Yes, it was intended that buildpack output and lifecycle output are both considered verbose and will be quieted

ameyer-pivotal commented 5 years ago

Though we can certainly change that easily if we want one or the other to always show.

ekcasey commented 5 years ago

@sclevine what output do you think is appropriate for quiet mode?

sclevine commented 5 years ago

I think we should at least display the buildpack output. It contains important information, even if the build succeeds.

ekcasey commented 5 years ago

released in pack v0.0.9