I currently use Team Foundation Server 2013 Update 3 and Release Management 2013 with Update 3.
With Release Management one can start a Release manually or automatically from a build ("Can trigger a Release from a Build" option).
Is it possible to trigger a Release programmatically and independently from a build? In practice, is there a way to interact with Release Management (presumably with its server component) through a service or a command line tool (e.g. like the TFS Power Tools)?
Ideally I'd like to do that using PowerShell, so I was wondering what options I have to accomplish that.