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