diff --git a/src/commands/src/helpers/index.ts b/src/commands/src/helpers/index.ts index b4b9f901e..8682e1110 100644 --- a/src/commands/src/helpers/index.ts +++ b/src/commands/src/helpers/index.ts @@ -186,7 +186,7 @@ export async function executeCliCommand({ console.error('Options provided: ', options); if (outputText) { - console.error(outputText.join('')); + console.log(outputText.join('')); } if (errorText) {