diff --git a/src/cli/handlers/cloud.ts b/src/cli/handlers/cloud.ts index ab9cf6f88..8299a78c6 100644 --- a/src/cli/handlers/cloud.ts +++ b/src/cli/handlers/cloud.ts @@ -232,8 +232,8 @@ function getCloudRawArgs(): string[] { async function runCsCloud(args: string[]): Promise { const bin = await ensureCsCloud() - // Print the exact command being executed for debugging - console.error(`[DEBUG] Executing: ${bin} ${args.join(" ")}`) + // Log the command being executed for transparency + console.log(`Executing: ${bin} ${args.join(" ")}`) // Close stdin to prevent blocking, inherit stdout/stderr const child = spawn(bin, args, {