You can install extensions from Artifactory using your IDE's CLI.
To install extensions using your CLI:
Run any of the following commands:
To install an extension:
<CLI> --install-extension <PUBLISHER>.<EXTENSION_NAME>
To install a specific version of an extension:
<CLI> --install-extension <PUBLISHER>.<EXTENSION_NAME>@<VERSION>
To force download the latest versions of an extension:
<CLI> --install-extension <PUBLISHER>.<EXTENSION_NAME> --force
Where:
<CLI>: The CLI command for your IDE. Possible values are:cursorkirosurfcode
<PUBLISHER>: The publisher of the extension<EXTENSION_NAME>: The name of the extension<VERSION>: The version number of the extension
For example:
cursor --install-extension ms-python.python@2024.10.1
Important
You cannot install extensions that are blocked by your organization's Curation policies. For more information, see Curation.