Skip to content

refactor: improve --set-file implementation and add documentation - #346

Merged
manusa merged 1 commit into
mainfrom
feat/set-file-follow-up
Feb 7, 2026
Merged

refactor: improve --set-file implementation and add documentation#346
manusa merged 1 commit into
mainfrom
feat/set-file-follow-up

Conversation

@manusa

Copy link
Copy Markdown
Owner

Follow-up to #319 addressing code review feedback:

  • Revert urlEncode to original non-generic signature
  • Add toStringValues helper for Map<String, Path> conversion
  • Rename setFiles to fileValues to match Helm SDK naming
  • Improve setFile JavaDoc to reference --set-file flag
  • Add negative test cases for non-existent file paths
  • Document setFile in README for install, template, and upgrade

Refs #318

Follow-up to #319 addressing code review feedback:
- Revert urlEncode to original non-generic signature
- Add toStringValues helper for Map<String, Path> conversion
- Rename setFiles to fileValues to match Helm SDK naming
- Improve setFile JavaDoc to reference --set-file flag
- Add negative test cases for non-existent file paths
- Document setFile in README for install, template, and upgrade
Signed-off-by: Marc Nuri <marc@marcnuri.com>
@manusa
manusa merged commit 1be6919 into mainFeb 7, 2026
3 checks passed
@manusa
manusa deleted the feat/set-file-follow-up branch February 7, 2026 05:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@manusa