heroku-connect-plugin
Advanced tools
Comparing version 0.3.6 to 0.4.0
32
index.js
@@ -1,20 +0,22 @@ | ||
'use strict'; | ||
'use strict' | ||
exports.topics = [{ | ||
name: 'connect', | ||
description: 'manage connections for Heroku Connect' | ||
}]; | ||
}] | ||
exports.commands = [ | ||
require('./lib/commands/connect/info'), | ||
require('./lib/commands/connect/state'), | ||
require('./lib/commands/connect/import'), | ||
require('./lib/commands/connect/export'), | ||
require('./lib/commands/connect/pause'), | ||
require('./lib/commands/connect/resume'), | ||
require('./lib/commands/connect/restart'), | ||
require('./lib/commands/connect/sf-auth'), | ||
require('./lib/commands/connect/db-set'), | ||
require('./lib/commands/connect/mapping-state'), | ||
require('./lib/commands/connect/mapping-delete'), | ||
require('./lib/commands/connect/mapping-reload') | ||
]; | ||
require('./commands/connect/info'), | ||
require('./commands/connect/state'), | ||
require('./commands/connect/import'), | ||
require('./commands/connect/export'), | ||
require('./commands/connect/pause'), | ||
require('./commands/connect/resume'), | ||
require('./commands/connect/restart'), | ||
require('./commands/connect/sf-auth'), | ||
require('./commands/connect/db-set'), | ||
require('./commands/connect/diagnose'), | ||
require('./commands/connect/mapping-state'), | ||
require('./commands/connect/mapping-delete'), | ||
require('./commands/connect/mapping-reload'), | ||
require('./commands/connect/mapping-diagnose') | ||
] |
{ | ||
"name": "heroku-connect-plugin", | ||
"description": "Heroku Connect plugin for Heroku Toolbelt", | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"author": "Heroku (@heroku)", | ||
@@ -18,2 +18,6 @@ "repository": { | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha && standard", | ||
"style-fix": "standard --fix" | ||
}, | ||
"dependencies": { | ||
@@ -24,3 +28,11 @@ "co": "4.6.0", | ||
"inquirer": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^3.3.0", | ||
"mockdate": "^2.0.1", | ||
"nock": "^9.0.13", | ||
"sinon": "^2.1.0", | ||
"standard": "^10.0.2", | ||
"unexpected": "^10.27.0" | ||
} | ||
} |
@@ -16,2 +16,3 @@ Heroku Connect Toolbelt Plugin | ||
heroku connect:db:set - Set database parameters | ||
heroku connect:diagnose - Display diagnostic information about a connection | ||
heroku connect:export - Export a mapping configuration JSON file | ||
@@ -87,1 +88,8 @@ heroku connect:import FILE - Import a mapping configuration JSON file | ||
## Contributing | ||
Read the following: | ||
- [Developing CLI Plugins](https://devcenter.heroku.com/articles/developing-cli-plugins) | ||
- [Testing CLI Plugins](https://devcenter.heroku.com/articles/testing-cli-plugins) | ||
- [CLI Style Guide](https://devcenter.heroku.com/articles/cli-style-guide) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
92391
27
861
94
4
6
3