-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
feat: Expand 'helm search' #1199
Milestone
Comments
As of #1229:
|
technosophos
added a commit
to technosophos/k8s-helm
that referenced
this issue
Oct 5, 2016
This causes search to index by name/version instead of just name, which means you can get a list of versions of a chart. The '--versions' flag enables this behavior. Partially fixes helm#1199
technosophos
added a commit
to technosophos/k8s-helm
that referenced
this issue
Oct 5, 2016
This causes search to index by name/version instead of just name, which means you can get a list of versions of a chart. The '--versions' flag enables this behavior. Partially fixes helm#1199
It has been requested that the |
vaikas
pushed a commit
to vaikas/deployment-manager
that referenced
this issue
Oct 17, 2016
This causes search to index by name/version instead of just name, which means you can get a list of versions of a chart. The '--versions' flag enables this behavior. Partially fixes helm#1199
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has been suggested that we expand the scope of
helm search
, and add new similar tools, in an effort to improve findability of charts.New output for Helm search
No longer show versions as a default in search output:
Add a command:
helm charts list
If
helm search
is called with no arguments, it returns the results ofhelm charts list
List all charts in a specific repository with
helm charts list --repo stable
Alias
helm search --repo stable
to the above.List versions only when requested
The text was updated successfully, but these errors were encountered: