Is it possible to pass commit message via command line, while using grunt build control? The option to specify the message in the Gruntfile.js file doesn't suit my requirements.
I would need something that can dynamically use the commit message passed at runtime to commit to the remote repository.