From 9f518886609ea50ebd88f289ad64c6f512890c3a Mon Sep 17 00:00:00 2001 From: Taylor Beseda Date: Tue, 16 Apr 2024 19:46:04 -0600 Subject: [PATCH] try printing without ansi --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index c9aedc1..3d20f9f 100755 --- a/src/index.js +++ b/src/index.js @@ -35,6 +35,7 @@ async function begin (params = {}) { let isCI = args.input === false || (process.env.CI || !process.stdout.isTTY) || false let params = { args, appVersion: version, cliDir, clientIDs, isCI, lang, printer } if (!isCI && process.env.BEGIN_CLI_TYPE === 'BINARY') { + printer('IMPORTANT') printer('\x1b[41m\x1b[37m\x1b[1m DEPRECATION NOTICE: \x1b[0m \x1b[31m\x1b[1mThe Begin Deploy CLI is now updated via npm\x1b[0m') printer('\x1b[1mPlease run "npm install -g @begin/deploy" to install the latest version\x1b[0m\n') }