Socket
Book a DemoInstallSign in
Socket

heroku-cli-diff

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-cli-diff

List differences between Heroku apps.

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

heroku-cli-diff

List differences between Heroku apps.

$ heroku plugins:install heroku-cli-diff

These properties are diffed:

  • files (via the slug checksum)
  • config vars
  • stack
  • buildpacks (including order)
  • add-ons
  • feature flags

Use

$ heroku apps:diff APP1 APP2

Examples

$ heroku apps:diff go-getting-started-staging go-on-heroku

property                    go-getting-started-staging                                   go-on-heroku
──────────────────────────  ───────────────────────────────────────────────────────────  ───────────────────────────────────────────────────────────
slug (checksum)             SHA256:f166815b4b65b78d1bc99b7d70d45526a7f035cc6f1e875cb...  SHA256:06695f3f7d27403463a146c201e070158c091f940ce5f2770...
config (DATABASE_URL)       ...
add-on (heroku-postgresql)  true                                                         false
$ heroku apps:diff semver semver-staging

property                        semver                                    semver-staging
──────────────────────────────  ────────────────────────────────────────  ────────────────────────────────────────
config (MIN_STABLE_NODE)        0.8.5
config (RESOLVER_TIMEOUT)                                                 1
feature (log-runtime-metrics)   enabled                                   disabled
$ heroku apps:diff semver semver

property  semver  semver
────────  ──────  ──────

FAQs

Package last updated on 14 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts