@serverless/enterprise-plugin
Advanced tools
Comparing version 0.1.4-4-gb7e3610 to 0.1.4-6-gc2f3603
@@ -74,2 +74,6 @@ "use strict"; | ||
if (variableString.startsWith(`secrets:`)) { | ||
if (serverless.processedInput.commands[0] === 'login') { | ||
return {}; | ||
} | ||
return getSecretFromEnterprise(_objectSpread({ | ||
@@ -76,0 +80,0 @@ secretName: variableString.split(`secrets:`)[1] |
{ | ||
"name": "@serverless/enterprise-plugin", | ||
"version": "0.1.4-4-gb7e3610", | ||
"version": "0.1.4-6-gc2f3603", | ||
"description": "The Serverless Enterprise plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
350754
2900