balena-cli/lib/actions/info.coffee
2015-04-06 17:18:00 -04:00

11 lines
223 B
CoffeeScript

packageJSON = require('../../package.json')
exports.version =
signature: 'version'
description: 'output the version number'
help: '''
Display the Resin CLI version.
'''
action: ->
console.log(packageJSON.version)