I run some mac build agents linked to TFS / DevOps Server. From time to time Visual Studio / Xamarin Studio gets some updates, I want to update Visual Studio via SSH or on via a local Terminal.
On windows I found an UI and Terminal (Command Line) approve: https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2017
I can do something like this on command line for Windows:
vs_enterprise.exe update --quiet
I found that How-To (which is UI-driven) for a Mac. This steps I do at the moment for every update on each build agent: https://learn.microsoft.com/en-us/visualstudio/mac/update
I found that here on StackOverflow: How to install Visual Studio for Mac from Terminal (Mac OS)
How can I update Visual Studio for Mac / Xamarin Studio from the Terminal? Is there a similar command-line tool like "vs_enterprise.exe update --quiet" from the windows world for macs?