I wanted to login to Heroku cli using Visual Studio Team Services release pipelines, the cmd line to login to Heroku is:
heroku login
Executing that command, Heroku cli will prompt this:
Email:
Password:
I don't know how to automate the inputs for that prompt, I would like to write a command or bash to login every time the task is executing.
EDITED If it was from another platform, for example Github, then how do I automate a cmd prompt?
Screenshots: