allenporter / flux-local

flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
https://allenporter.github.io/flux-local/
Apache License 2.0
156 stars 22 forks source link

`sources` flag also for `flux-local build` command #795

Closed d3nnxs closed 1 month ago

d3nnxs commented 2 months ago

Hi,

We work with OCI Images in our Kustomizations. I saw that the sources flag was implemented for flux-local get command (https://github.com/allenporter/flux-local/pull/200). Unfortunately flux-local build is still not working for me. I getting the following errors:

Unknown cluster source for OCIRepository basics: ./basics/iat

Is it possible to support the sources flag also for the flux-local build command?

Thanks.