mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	docs: mention rawjson progress output mode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
		@@ -699,7 +699,7 @@ type commonFlags struct {
 | 
			
		||||
 | 
			
		||||
func commonBuildFlags(options *commonFlags, flags *pflag.FlagSet) {
 | 
			
		||||
	options.noCache = flags.Bool("no-cache", false, "Do not use cache when building the image")
 | 
			
		||||
	flags.StringVar(&options.progress, "progress", "auto", `Set type of progress output ("auto", "plain", "tty"). Use plain to show container output`)
 | 
			
		||||
	flags.StringVar(&options.progress, "progress", "auto", `Set type of progress output ("auto", "plain", "tty", "rawjson"). Use plain to show container output`)
 | 
			
		||||
	options.pull = flags.Bool("pull", false, "Always attempt to pull all referenced images")
 | 
			
		||||
	flags.StringVar(&options.metadataFile, "metadata-file", "", "Write build result metadata to a file")
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user