Marc Khouzam
Marc Khouzam
Wizzy, as a command-line tool, would benefit from having a bash completion script to speed-up how it can be used. For example: https://docs.npmjs.com/cli/completion
When moving from one api version to another, we sometimes need to change the content of the yaml definition of the object. Is it safe from helm's perspective for the...
This comes a little late since this project is pretty stable but I have been working on making this happen for 18 months (https://github.com/spf13/cobra/pull/1161), so here it is anyway. Cobra...
In multiple places in the documentation there are references to XDG paths. For example it says in https://v3.helm.sh/docs/topics/charts/#chart-starter-packs: "Currently the only way to add a chart to $XDG_DATA_HOME/helm/starters is to...
I was browsing the FAQ and noticed the XDG section (https://helm.sh/docs/faq/#xdg-base-directory-support) mentions that `HELM_HOME` is set which I don't believe is the case. It also mentions `HELM_PATH_CACHE` and other such...
Fixes #1786 Thanks to @fnickels's nice work on #1707, I realized why the `--help`/`-h` and `--version`/`-v` flags where included in shell completions. The `--help`, `-h`, `--version` and `-v` flags are...
**What steps did you take:** There is extra output in the shell completion choices and in some cases is even causes errors during shell completion. Same issue in `kapp`: https://github.com/vmware-tanzu/carvel-kapp/issues/583...
**What this PR does / why we need it**: Fixes #10654 This small fix allows empty arguments to be properly passed to plugins. **Special notes for your reviewer**: To compare...
Pour qu'un projet soit facile à utiliser en libre, il faut avoir de la documentation. Un README.md devrait être obligatoire. Le README doit fournir assez d'information pour qu'une personne externe...
We are no longer actively maintaining bash completion v1 in favor of its more rich v2 version. Previously, using bash completion v2 required projects to be aware of its existence...