mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
f6d8f12ba2
This command download an unconfigured image to both the cache and to the specified location by the `--output` option.
13 lines
312 B
CoffeeScript
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')
|