Implement 'resin local'

This commit is contained in:
Kostas Lekkas 2017-03-08 19:26:08 +00:00
parent 20ed8c9169
commit 1ae1a15259
No known key found for this signature in database
GPG Key ID: 7742375E5EDF01C3
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@ module.exports =
env: require('./environment-variables')
keys: require('./keys')
logs: require('./logs')
local: require('./local')
notes: require('./notes')
help: require('./help')
os: require('./os')

View File

@ -124,6 +124,15 @@ capitano.command(actions.sync)
# ---------- SSH Module ----------
capitano.command(actions.ssh)
# ---------- Local ResinOS Module ----------
capitano.command(actions.local.configure)
capitano.command(actions.local.flash)
capitano.command(actions.local.logs)
capitano.command(actions.local.promote)
capitano.command(actions.local.push)
capitano.command(actions.local.ssh)
capitano.command(actions.local.scan)
update.notify()
plugins.register(/^resin-plugin-(.+)$/).then ->