You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands to manage installed extensions in a VSTS account or TFS project collection.
Note these commands are not for packaging or publishing extensions, only managing extensions that have already been published to the Marketplace/Gallery.
Proposed design
List installed extensions
vsts extension list
Optional arguments
--include-built-in. Include built-in extensions in the results.
** Implementation note: the CLI will need to manually remove extensions from the response that have the "builtin" flag if the caller does not want to get installed extensions. There is no REST API parameter for this, but the normal case is to not show built-in extensions since they can't really be managed).
---include-disabled: Include installed extensions that are currently disabled in the results.
A use case for uninstall for extensions for VSTS: The market place takes a few minutes to push updates to all installed accounts.
New installs seem to always use the newest version on the market place so when I am developing a extension for VSTS, it is ideal to force a reload of that extension so I can do further testing.
In my case, I would pair an uninstall before an install to force a refresh.
Alternatively, The install command should force this refresh?
Commands to manage installed extensions in a VSTS account or TFS project collection.
Proposed design
List installed extensions
Optional arguments
--include-built-in
. Include built-in extensions in the results.** Implementation note: the CLI will need to manually remove extensions from the response that have the "builtin" flag if the caller does not want to get installed extensions. There is no REST API parameter for this, but the normal case is to not show built-in extensions since they can't really be managed).
---include-disabled
: Include installed extensions that are currently disabled in the results.Show, install, or uninstall an extension
Table columns for commands that return a response (i.e. all but "uninstall")
The text was updated successfully, but these errors were encountered: