If you drop a ~/.netrc in place with a username and API key you won't need to run `heroku login`. Just log in manually and grab the api.heroku.comchunk from your ~/.netrc.
On Wed, Jan 16, 2013 at 6:15 PM, Matthew Ueckerman <[email protected]>wrote: > Many thanks for your help David, those options appear to work. As a point > of potential interest a window still appears during the Git install with > all controls disabled. > > Any chance you could offer advice on automating heroku login via the > toolbelt? > Given the command does not accept username and password as command line > arguments, I am exploring sending keys to the process via PowerShell which > feels a little dirty... > > Kind Regards, > > Matthew > > > On Tuesday, January 15, 2013 9:53:58 PM UTC+11, David Dollar wrote: > >> The Toolbelt uses Inno Setup, which I believe has some flags for skipping >> things. You might try /silent or /verysilent like the Toolbelt itself does >> on the Ruby installer. >> >> https://github.com/heroku/**toolbelt/blob/master/dist/** >> resources/exe/heroku.iss#L49<https://github.com/heroku/toolbelt/blob/master/dist/resources/exe/heroku.iss#L49> >> >> On Tue, Jan 15, 2013 at 5:50 AM, Matthew Ueckerman <[email protected]>wrote: >> >>> I'm hoping to script installation of the Toolbelt on windows boxes - is >>> anyone able to offer advice? >>> >>> I have attempted to identify if the windows installer accepts a silent >>> install arguments without success. >>> >>> Cheers, >>> >>> Matthew >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Heroku" group. >>> >>> To unsubscribe from this group, send email to >>> heroku+un...@**googlegroups.com >>> >>> For more options, visit this group at >>> http://groups.google.com/**group/heroku?hl=en_US?hl=en<http://groups.google.com/group/heroku?hl=en_US?hl=en> >>> >> >> -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
