balena-cli/lib/actions/index.coffee
Juan Cruz Viotti f6d8f12ba2 Implement os download command
This command download an unconfigured image to both the cache and to the
specified location by the `--output` option.
2015-09-29 13:03:14 -04:00

13 lines
312 B
CoffeeScript

module.exports =
wizard: require('./wizard')
app: require('./app')
info: require('./info')
auth: require('./auth')
device: require('./device')
env: require('./environment-variables')
keys: require('./keys')
logs: require('./logs')
notes: require('./notes')
help: require('./help')
os: require('./os')