mirror of
https://github.com/holos-run/holos.git
synced 2026-03-22 02:05:00 +00:00
Previously, build tags were not propagated from `holos render platform -t validate` through to the underlying `holos render component` command. This is a problem because validators need to be selectively enabled as a work around until we have an audit mode field. This patch fixes the problem by propagating command line tags from the render platform command to the underlying commands. This patch also propagates tags for the show command.