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

allow multiple versions of a plugin to coexist in the repo #31

Closed
boyang9527 opened this issue Jul 3, 2015 · 2 comments
Closed

allow multiple versions of a plugin to coexist in the repo #31

boyang9527 opened this issue Jul 3, 2015 · 2 comments

Comments

@boyang9527
Copy link

we may need to allow the user to to able to select and install different versions of the plugin as the user may interact with different cloud environments, and sometimes we can not guarentee the backward compatibility. This can be done by having multiple plugin entries for different versions in repo-index.yml. But a better way might be having one entry for the plugin, and multiple sub-entries for differetn versions

We can force only one version can be installed to avoid command conflict.

To enable this, there will be corresponding changes on the cf cli side too. E.g

cf install-plugin PLUGIN-NAME or LOCAL-PATH/TO/PLUGIN [-r REPO_NAME] [-v VERSION]

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/98348406.

@goehmen
Copy link

goehmen commented Jul 13, 2015

@boyang9527 Can you describe your use case more clearly please? I'm not sure this is a good UX overall.

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

4 participants