I try to write a script in which I call some command from heroku toolbelt. Script works fine till I am login to heroku toolbelt. When I've tried to add heroku's login command during script execution I occured some problems - there is no in heroku toolbelt command such as (command with parameters):
heroku login -u [email protected] -p 1234qwer
That why I have no idea how to execute heroku login command in bash script. Has anyone got some advice?