For SpecFlow based test projects, there is a command called "Regenerate Feature Files" on the project context menu (right click) that will (as the name implies) regenerate the backing code for the feature files of SpecFlow tests. I am automating as much of our process as possible and I would like to be able to call this command from the command line, preferably powershell on a build and/or deploy server.
Is there a way for me to call this action from the command line?