mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 03:44:13 +00:00
Add node version to version command output
This commit is contained in:
parent
9ce8193c1f
commit
7c836132ad
@ -4,4 +4,5 @@ exports.version =
|
||||
signature: 'version'
|
||||
description: 'output the version number'
|
||||
action: ->
|
||||
console.log(packageJSON.version)
|
||||
console.log("#{packageJSON.name}: #{packageJSON.version}")
|
||||
console.log("node: #{process.version}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user