thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
895 stars 57 forks source link

Update readme for restore commands #74

Closed creuter closed 8 years ago

creuter commented 8 years ago

When trying to restore-from:

hub master % staging restore-from production
 !    `restore-from` is not a heroku command.
 !    See `heroku help` for a list of available commands.

and from the README:

Restore a production database backup into staging:

`staging restore-from production`

Should this be restore and not restore-from?

bernerdschaefer commented 8 years ago

@creuter restore-from was added recently, but it doesn't look like its made it into a release yet.

geoffharcourt commented 8 years ago

Correct. I will try to get a new release out tomorrow.