TL;DR Is there a way to access Visual Studio Gallery from command line, similar to chocolatey?
I am trying to configure a Visual Studio dev environment using Vagrant. Now, team members use various extensions available from Visual Studio Gallery and it would be great if they could script their installation when provisioning the machine.
If nothing nuget based exists, I guess we could get dirty and use wget to fetch vsix and extract it manually to the proper directory, but I don't know if the download links in VS Gallery are persistent.
If you run
VsixInstaller.exe
from the developer command prompt installed with Visual Studio, without parameters, you get a help text message box with this text:So, according to this you can do this:
If you want to run this outside the developer command prompt you probably need to execute the right one for the version of Visual Studio you want to install in.
My version is here: