heroku-connect-configuration-compare
v0.0.2
Published
Fetch two Heroku Connect Configuration and Compare together
Maintainers
Readme
heroku-connect-configuration-compare 
Fetch two Heroku Connect Configuration and Compare together
![]()
Prerequisite
In order to get started, you need to install Heroku Toolbelt and heroku-connect-plugin at globally.
Let's check following:
$ heroku version
heroku-toolbelt/3.42.33 (x86_64-darwin10.8.0) ruby/1.9.3
heroku-cli/4.27.19-c3e4415 (amd64-darwin) go1.5.3
=== Installed Plugins
[email protected]
[email protected]
[email protected] <= required
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]Install
$ npm install --save heroku-connect-configuration-compareUsage
const herokuConnectConfigurationCompare = require('heroku-connect-configuration-compare');
herokuConnectConfigurationCompare('one-heroku-appname', 'other-heroku-appname');
API
herokuConnectConfigurationCompare(appName1, appName2)
appName1
Type: string
the first heroku app name to be compared.
appName2
Type: string
the second heroku app name to be compared.
CLI
$ npm install --global heroku-connect-configuration-compare$ heroku-connect-configuration-compare --help
Usage
heroku-connect-configuration-compare [appName1] [appName2]
Examples
$ heroku-connect-configuration-compare one-heroku-appname other-heroku-appname
License
MIT © mitsuruog
