Merge pull request #985 from pdcastro/resin_rename_notice

Add rename notice to resin-cli
This commit is contained in:
Tim Perry 2018-10-29 22:28:08 +01:00 committed by GitHub
commit 13729ec4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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