fluxcd-flux2/cmd
Ruslan Shaydullin 847b0ae7a9 Add --add-ignore-paths flag to artifact commands
The existing --ignore-paths flag replaces the built-in default exclude
list (VCS files and common ignored extensions), which forces users to
re-specify every default when they only need to add one extra pattern.

This change introduces --add-ignore-paths for push/build/diff artifact,
which appends its values to whichever ignore set is currently in effect
(defaults when --ignore-paths is omitted, or the user override when it
is provided). --ignore-paths semantics are unchanged.

Signed-off-by: Ruslan Shaydullin <shaydullin.r.d@outlook.com>
Assisted-by: claude-code/claude-opus-4-7
2026-05-11 01:49:09 +05:00
..
flux Add --add-ignore-paths flag to artifact commands 2026-05-11 01:49:09 +05:00