mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
8 lines
174 B
CoffeeScript
8 lines
174 B
CoffeeScript
packageJSON = require('../../package.json')
|
|
|
|
exports.version =
|
|
signature: 'version'
|
|
description: 'output the version number'
|
|
action: ->
|
|
console.log(packageJSON.version)
|