mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-02 12:06:40 +00:00
Update logs action to use the MC SDK
This commit is contained in:
parent
10a9840b34
commit
7cb27283c5
@ -47,7 +47,7 @@ module.exports =
|
|||||||
primary: true
|
primary: true
|
||||||
action: (params, options, done) ->
|
action: (params, options, done) ->
|
||||||
normalizeUuidProp(params)
|
normalizeUuidProp(params)
|
||||||
resin = require('resin-sdk-preconfigured')
|
resin = require('resin-sdk').fromSharedOptions()
|
||||||
moment = require('moment')
|
moment = require('moment')
|
||||||
|
|
||||||
printLine = (line) ->
|
printLine = (line) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user