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

request to add spin plugin list command #937

Closed
rajatjindal opened this issue Dec 6, 2022 · 4 comments · Fixed by #972
Closed

request to add spin plugin list command #937

rajatjindal opened this issue Dec 6, 2022 · 4 comments · Fixed by #972
Assignees
Labels
area/CLI CLI enhancement New feature or request

Comments

@rajatjindal
Copy link
Contributor

it will be nice to list the plugins available to install (or already installed?)

@kate-goldenring
Copy link
Contributor

listing available plugins (in the plugins repo) vs installed ones in fairly different on the implementation side. Do we want to support both? We could do the following:
spin plugin list: lists installed plugins
spin plugin search: displays all plugins available in plugins registry

@kate-goldenring
Copy link
Contributor

Or maybe spin plugin install (without plugin name) can look like spin new where it outputs the plugins available in the spin plugins repo.

@itowlson
Copy link
Contributor

itowlson commented Dec 6, 2022

Some tools use list and list --available (or, conversely, list --installed and list). I don't have a strong view though I do feel that search implies something different to list - it implies searching for a target rather than browsing what's out there.

@kate-goldenring
Copy link
Contributor

apt list lists the catalog and apt list --installed lists installed so we may want to model after that since we have been consistent with apt so far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CLI CLI enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants