balena-cli/lib/actions/index.coffee
Juan Cruz Viotti d423a6ea24 Remove selfupdate functionality
We added this because we thought that knowledge of the supported device types, along with the configuration procedures was going to be encoded in the CLI.

With device specs, this is not longer the case.
2015-08-03 12:20:42 -04:00

15 lines
390 B
CoffeeScript

module.exports =
app: require('./app')
info: require('./info')
auth: require('./auth')
drive: require('./drive')
device: require('./device')
env: require('./environment-variables')
keys: require('./keys')
logs: require('./logs')
notes: require('./notes')
preferences: require('./preferences')
help: require('./help')
examples: require('./examples')
plugin: require('./plugin')