mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-27 01:11:03 +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)
|
cli = capitano.parse(process.argv)
|
||||||
runCommand = ->
|
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
|
if cli.global?.help
|
||||||
capitanoExecuteAsync(command: "help #{cli.command ? ''}")
|
capitanoExecuteAsync(command: "help #{cli.command ? ''}")
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user