heroku / heroku-deploy

36 stars 17 forks source link

Test: app param is optional when known from app dir #8

Closed ryanbrainard closed 12 years ago

ryanbrainard commented 12 years ago

Per spec:

To update an application with a new WAR file from application directory heroku deploy:war <path_to_WAR_file>

To update an application with a new WAR file from any location heroku deploy:war <path_to_WAR_file> --app <appname>

ryanbrainard commented 12 years ago

this is tested in CLI tests -- manually tested for this plugin