From f9263975bc2b045ac1686b3bead07fce50aecf09 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Thu, 18 Oct 2018 16:01:12 +0200 Subject: [PATCH] Add rename notice to resin-cli Change-type: patch Signed-off-by: Paulo Castro --- lib/app.coffee | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/app.coffee b/lib/app.coffee index 701a09b7..e3b42a05 100644 --- a/lib/app.coffee +++ b/lib/app.coffee @@ -225,6 +225,13 @@ update.notify() cli = capitano.parse(process.argv) runCommand = -> + console.error( + ''' + ***** + Please note: the "resin" command-line tool has been replaced with "balena". + Only balena will be actively maintained. Get it at: https://balena.io + ***** + ''') if cli.global?.help capitanoExecuteAsync(command: "help #{cli.command ? ''}") else