fluxcd-flux2/pkg
Rafael Peroco 566bbe6e00 fix: return clear error when --private-key-file path starts with '~'
The tilde character is expanded by the shell, not by the Flux CLI, so
paths like ~/.ssh/id_ecdsa passed with =value syntax were opened
verbatim and failed with a confusing "no such file or directory" error.
Detect the leading '~' up front and surface a message pointing users at
absolute paths or $HOME instead. Fixes #5591.

Signed-off-by: Rafael Peroco <rafaelperoco@gmail.com>
2026-04-21 16:38:34 -03:00
..
bootstrap Update toolkit components 2025-09-15 17:33:20 +01:00
log Add discard logger 2022-10-12 11:55:00 +02:00
manifestgen fix: return clear error when --private-key-file path starts with '~' 2026-04-21 16:38:34 -03:00
printers misc: simplify row append 2023-10-17 14:08:06 +02:00
status bootstrap: provide better error message on timeout 2023-12-08 19:00:01 +05:30
uninstall Remove ArtifactGenerators during uninstall 2025-09-23 14:41:50 +03:00