microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
524 stars 61 forks source link

`devproxy outdated` command #657

Closed garrytrinder closed 6 months ago

garrytrinder commented 6 months ago

So we don't replicate the same logic in the extension to check if there is a new version of proxy, we should expose the logic already implemented in Dev Proxy behind a command that can be executed.

The command should return either an empty string (no updated needed), or the new version that the user should upgrade to.