@smkit/tools
Advanced tools
Comparing version 0.0.1-beta.19 to 0.0.1-beta.20
@@ -94,2 +94,3 @@ #!/usr/bin/env node | ||
dotenv.populate(process.env, secrets); | ||
console.info(c.blueBright(`✅ Injected secrets from scopes ${Object.keys(allScopes).map((s) => c.bold(s)).join(', ')}`)); | ||
const subprocess = execa(command); | ||
@@ -96,0 +97,0 @@ subprocess.stdout.pipe(process.stdout); |
{ | ||
"name": "@smkit/tools", | ||
"version": "0.0.1-beta.19", | ||
"version": "0.0.1-beta.20", | ||
"description": "Tools and cool stuff of SberMarketing", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
30802
356