public
Fork of adamwiggins/heroku-client
Description: Client gem and command-line tool for creating and manage Heroku apps.
Homepage: http://heroku.com/
Clone URL: git://github.com/thechrisoshow/heroku-client.git
add a little message to the usage options listing the upload_authkey 
option
thechrisoshow (author)
Thu Jun 26 07:46:56 -0700 2008
commit  fa1b86763a25d0347e0fa5bc38394ac18f5d18ed
tree    e7fe1e63b3b793fbca15167c950d9518e5081e59
parent  b1c29ef47fdfb0273b973efcb12de6d8072a8225
...
11
12
13
 
14
15
16
...
11
12
13
14
15
16
17
0
@@ -11,6 +11,7 @@ usage = <<EOTXT
0
   create [name] - create a new app
0
   clone [name] - make a clone of a heroku app for local development
0
   destroy [name] - destroy an app
0
+ upload_authkey - upload your ssh public key to Heroku
0
 
0
 Example story:
0
   heroku create myapp

Comments

    No one has commented yet.