You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recommend standalone installation and disable plugin completion
- Update README to recommend standalone CLI installation over helm plugin
- Add note about completion limitations for helm plugin
- Disable auto-completion options when running as helm plugin
- Standalone installation provides better shell completion support
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: guide/idea phase2.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
- Updating schema or schema migration. Cases like default value change / path change / deletion etc.
5
5
- value from multiple options (eg: value should be one of [a,b,c])
6
6
- Nice to have: completion based on resources in json files.
7
+
- Nice to have: completion for plugin
8
+
- Nice to have: publish as pip installable bin
7
9
8
10
bugs
9
11
- While using `helm-values-manager values init` or `helm-values-manager values set` what is the difference between n/skip both seems to do same functionality
0 commit comments