Closed allenporter closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.40%. Comparing base (
e59d232
) to head (c08e376
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a breaking change that updates the format of the
flux build
command to have parity withget
anddiff
commands.Example to build a single kustomziation:
Example to inflate a single helm release:
The old behavior
flux-local build tests/testdata/cluster/
can still be achieved withbuild all
:Fixes #795