nodeshift
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -17,2 +17,3 @@ 'use strict'; | ||
@param {object} [options.osc] - Overrides for the Openshift Rest Clients request module | ||
@param {object} [options.osl] - Overrides for the Openshift Config Loader | ||
@returns {Promise} - Returns an Object with the following properties: | ||
@@ -34,3 +35,3 @@ config - the results from the config-loader module | ||
const projectPackage = require(`${options.projectLocation}/package.json`); | ||
const config = await openshiftConfigLoader(options.configLocation); | ||
const config = await openshiftConfigLoader(Object.assign({}, {configLocation: options.configLocation}, options.osl)); | ||
logger.info(`using namespace ${config.context.namespace} at ${config.cluster}`); | ||
@@ -37,0 +38,0 @@ |
{ | ||
"name": "nodeshift", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Plugin for running openshift deployments", | ||
@@ -40,7 +40,7 @@ "bin": { | ||
"dependencies": { | ||
"chalk": "^1.1.3", | ||
"chalk": "^2.0.1", | ||
"js-yaml": "^3.8.4", | ||
"lodash": "^4.17.4", | ||
"mkdirp": "^0.5.1", | ||
"openshift-config-loader": "^0.2.1", | ||
"openshift-config-loader": "^0.3.0", | ||
"openshift-rest-client": "^0.5.0", | ||
@@ -54,7 +54,7 @@ "request": "^2.81.0", | ||
"coveralls": "^2.13.1", | ||
"eslint": "^3.19.0", | ||
"eslint": "^4.3.0", | ||
"eslint-config-semistandard": "^11.0.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-node": "^4.2.2", | ||
"eslint-plugin-node": "^5.1.1", | ||
"eslint-plugin-promise": "^3.5.0", | ||
@@ -65,3 +65,3 @@ "eslint-plugin-react": "^7.0.0", | ||
"nsp": "^2.6.3", | ||
"nyc": "~10.3.2", | ||
"nyc": "~11.1.0", | ||
"proxyquire": "^1.8.0", | ||
@@ -68,0 +68,0 @@ "tap-spec": "^4.1.1", |
# Nodeshift [![Build Status](https://travis-ci.org/bucharest-gold/nodeshift.svg?branch=master)](https://travis-ci.org/bucharest-gold/nodeshift) [![Coverage Status](https://coveralls.io/repos/github/bucharest-gold/nodeshift/badge.svg?branch=master)](https://coveralls.io/github/bucharest-gold/nodeshift?branch=master) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/bucharest-gold/nodeshift.svg)](https://greenkeeper.io/) | ||
Nodeshift is a Plugin for running openshift deployments for node.js projects | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
52859
857
147
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedopenshift-config-loader@0.3.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedopenshift-config-loader@0.2.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.0.1