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

Update help messages to reflect custom index syntax #597

Closed
chriskim06 opened this issue Apr 30, 2020 · 1 comment · Fixed by #624
Closed

Update help messages to reflect custom index syntax #597

chriskim06 opened this issue Apr 30, 2020 · 1 comment · Fixed by #624

Comments

@chriskim06
Copy link
Member

chriskim06 commented Apr 30, 2020

Here are a list of commands that I think need to have their help messages updated:

  • install

Here's a list of maybes since a warning is already printed when someone tries to use custom index syntax (but might be nice to include something in the help message as well):

  • uninstall
  • upgrade

The examples currently show something along the lines of kubectl krew [command] PLUGIN. Once the multi-index feature is released these will need to be updated to include examples of using custom index syntax. Should the help messages be updated to mention something about the concept of a "default" index? Like:

Examples:
  To install one or more plugins from the default index, run:
    kubectl krew install NAME [NAME...]

  To install one or more plugins from a custom index named "foo", run:
    kubectl krew install foo/NAME [foo/NAME...]
@chriskim06
Copy link
Member Author

/area multi-index

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants