mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
d423a6ea24
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.
15 lines
390 B
CoffeeScript
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')
|