You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().String("dump-plan", "", "Writes the build plan as JSON to a file. Use \"-\" to write the build plan to stderr.")
169
169
cmd.Flags().Bool("werft", false, "Produce werft CI compatible output")
170
170
cmd.Flags().Bool("dont-test", false, "Disable all package-level tests (defaults to false)")
171
+
cmd.Flags().Bool("dont-compress", false, "Disable compression of build artifacts (defaults to false)")
171
172
cmd.Flags().Bool("jailed-execution", false, "Run all build commands using runc (defaults to false)")
172
173
cmd.Flags().UintP("max-concurrent-tasks", "j", uint(runtime.NumCPU()), "Limit the number of max concurrent build tasks - set to 0 to disable the limit")
173
174
cmd.Flags().String("coverage-output-path", "", "Output path where test coverage file will be copied after running tests")
0 commit comments