mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-26 00:41:04 +00:00
Add rename notice to resin-cli
Change-type: patch Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
parent
684ac9fa24
commit
f9263975bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user