Private extensions must be shared with your organization to be installed. Check out the publishing documentation for information on how to share private extensions.
Your extension is now installed! You can now go to your organization to use your extension. Also, tell your team about this extension, so they can start using its capabilities.
az devops extension install --extension-id
--publisher-id
[--org]
Parameters
extension-id: The name of the extension to install.
publisher-id: The name of the extension publisher.
org: Azure DevOps organization URL. You can configure the default organization using az devops configure -d organization=ORG_URL. Required if not configured as default or picked up using git config. Example: --org https://dev.azure.com/MyOrganizationName/.
Example
The following command installs the Timetracker extension and shows the result in YAML format.