Command Line/Buildserver support for ServiceStack references
We use the ServiceStackVS extension to generate TypeScript code for our service.
During development (when the API might still change) it would be really nice is we could generate the TypeScript code as a step in the build process to make sure our TypeScript projects are always build against the latest API (and fail when there are breaking changes).
Although we currently only use the TypeScript generator I assume the same applies to the other languages as well.

ssutil.exe was added in v4.0.42: https://github.com/ServiceStack/ServiceStack/wiki/Add-ServiceStack-Reference#ssutilexe---command-line-servicestack-reference-tool
-
Darren Reid commented
I've updated the documentation to list the paths for the currently support languages.
https://github.com/ServiceStack/ServiceStack/wiki/Add-ServiceStack-Reference#language-paths
-
Konstantin Yakushev commented
I wonder why the documentation fails to mention that you can just do /types/typescript.d and get the end-file.