-
Notifications
You must be signed in to change notification settings - Fork 370
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
cmd: refactor list
to work with custom indexes
#560
cmd: refactor list
to work with custom indexes
#560
Conversation
Not sure if this will work for me but want to try it out /area multi-index |
thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, chriskim06 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pretty small change. This leverages the new
GetInstalledPluginReceipts
function to prepend the index name to installed plugins for the list command. I added a function,receipt.CanonicalName
, to get the "canonical" name of the plugin from the receipt (let me know if I'm using that incorrectly and the function name should be changed). I think this will also be useful down the road when search and upgrade are refactored.Related issue: #483