parity icon indicating copy to clipboard operation
parity copied to clipboard

Shell commands for development, staging, and production parity for Heroku apps

Results 13 parity issues
Sort by recently updated
recently updated
newest added

For instance I see we fetch the app name in plain text and parse it, wouldn't it be easier to use the `--json` output? It doesn't look like there are...

I would like to suggest that it would be configurable where to push from for production. I was recently working on a project, which has a `development` and a `production`...

I have frequently come across situations during the development where I have to restore the development database multiple times in a short time, where it does not make sense to...

enhancement

I'd like to temporarily restore production database locally, but I don't want to lose my local development database data. After I finish I'd like to restore development database from backup....

Some of my clients use the `url` key in their `database.yml` file, so I added that as an option.

Allows using parity with non-default pg config (non-socket, different host, different username, with password etc), e.g. in local docker container environment with pg as a linked service (specified in docker-compose.yml)....

I just installed parity using the "On Debian" install instruction from the repo : https://github.com/thoughtbot/parity#install ## What command did you execute? I tried to run `production console` from a project...

This came up in Slack today -- it would be PLEASANT if you could do something like `development restore production PINK` and parity would know to pull the most recent...

enhancement

Help us track down and resolve parity problems faster with this template. ## What command did you execute? be pr_app 269 restore-from production ## What did you expect to happen?...

I would like to use parity to restore Heroku to a dev database. But that catch is that the dev database is not available at localhost. It's running in a...