@mono-labs/cli 0.0.231 → 0.0.232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,11 +23,12 @@ export function runBackground(
23
23
  const isWin = process.platform === 'win32';
24
24
 
25
25
  // Replace ${field} tokens in env values using dataLayer
26
- console.log(`→ ${logName} action (attached): ${attached}`);
26
+
27
27
  const expandedEnv = createdExpandedEnv(envObj);
28
28
 
29
29
  // Replace in command string
30
30
  const outCmd = replaceTokens(cmd);
31
+ console.log(`→ ${logName} action ${attached ? '(attached)' : ''}: ${outCmd}`);
31
32
 
32
33
  return new Promise((resolve, reject) => {
33
34
  const child = spawn(outCmd, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-labs/cli",
3
- "version": "0.0.231",
3
+ "version": "0.0.232",
4
4
  "description": "A CLI tool for building and deploying projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types.d.ts",