Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: double dash seems to be not correct #218

Open
larsvomsee opened this issue Oct 14, 2024 · 0 comments
Open

Docs: double dash seems to be not correct #218

larsvomsee opened this issue Oct 14, 2024 · 0 comments

Comments

@larsvomsee
Copy link

Dear Guys,

looks like there is a typo in the install.md. With my helm version I get a error unknown argument.

helm version:
version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"clean", GoVersion:"go1.22.7"}

cmd:
helm search repo reports-server --l

error:
Error: unknown flag: --l

Code line:

helm search repo reports-server --l

man page:
-l, --versions show the long listing, with each version of each chart on its own line, for repositories you have added

solution:

helm search repo reports-server -l
or
helm search repo reports-server --versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant