Buildkit: nit: rename `buildctl build --no-progress`

Created on 8 Jun 2018  路  6Comments  路  Source: moby/buildkit

--no-console? --classic ?

@tonistiigi @tiborvass

exbeginner

Most helpful comment

After some back and forth, docker cli went with --console=(auto,true,false). buildctl should probably replicate.

All 6 comments

--no-console sgtm

Fine with --no-console

After some back and forth, docker cli went with --console=(auto,true,false). buildctl should probably replicate.

I could take a crack at this, @tonistiigi any pointers to the implementation of this for the docker cli so that we can match the automatic behavior?

@tonistiigi @tiborvass I noticed this was somewhat related to my comments in cli - https://github.com/docker/cli/issues/1133
Personally, I found --no-progress more precise.

Was this page helpful?
0 / 5 - 0 ratings