cli icon indicating copy to clipboard operation
cli copied to clipboard

feat(experimental): Build multiple recipes in parallel

Open gmpinder opened this issue 1 month ago • 5 comments

The build subcommand can now take in any number of recipe files and will build them all in parallel. Along with this new ability, I've added a way to easily distinguish which part of the build log belongs to which recipe. Check out the docker_build action of this PR for an example.

Examples Screen shots

image image

Tasks

  • [x] Make build log follow same pattern as normal logs to keep things consistent
  • [x] Update color ranges based on @xynydev 's feedback
  • [x] Deal with ANSI control characters in log output

gmpinder avatar May 13 '24 01:05 gmpinder