heroku –update#

Update a previously deployed app from the project root directory.

Usage#

dashtools heroku --update [optional heroku remote]

Examples#

Update project from the project root directory:

dashtools heroku --update

If your Heroku remote isn’t named “heroku”, you can specify the name of the remote to update:

dashtools heroku --update myremote