mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
The `holos render platform` command is unimplemented. This patch partially implements platform rendering by fetching the platform model from the PlatformService and providing it to CUE using a tag. CUE returns a `kind: Platform` resource to `holos` which will eventually process a Buildlan for each platform component listed in the Platform spec. For now, however, it's sufficient to have the current platform model available to CUE.