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

Add support to uninstall an extension from servers' local gallery #316

Closed
gereon77 opened this issue Apr 30, 2019 · 4 comments
Closed

Add support to uninstall an extension from servers' local gallery #316

gereon77 opened this issue Apr 30, 2019 · 4 comments

Comments

@gereon77
Copy link

Right now I miss the possibility to uninstall an extension from the local extension gallery of the Azure DevOps Server instance. This would be very helpful during extension development. Right now I have a work around with a pure REST call (DELETE {server_url}/_apis/gallery/publishers/{publisher}/extensions/{extensionId}) which does the trick but I would love to see this supported by tfx cli so I don't need to handle authentication on my own.

Thank you in advance. :)

@T-Hugs
Copy link
Contributor

T-Hugs commented Apr 30, 2019

Should be pretty straightforward. Will add this in an update today.

@T-Hugs
Copy link
Contributor

T-Hugs commented Apr 30, 2019

Fixed in 0.7.5

@T-Hugs T-Hugs closed this as completed Apr 30, 2019
@T-Hugs
Copy link
Contributor

T-Hugs commented May 1, 2019

By the way, the command is tfx extension unpublish.

@gereon77
Copy link
Author

gereon77 commented May 2, 2019

merci

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

2 participants