mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-06 19:19:56 +00:00
Don't make device init
a primary command
Unlikely that a user will run this directly having the more high level `quickstart`.
This commit is contained in:
parent
6d48fcfd6f
commit
2be105d329
@ -191,7 +191,6 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
permission: 'user',
|
permission: 'user',
|
||||||
primary: true,
|
|
||||||
action: function(params, options, done) {
|
action: function(params, options, done) {
|
||||||
var Promise, capitano, helpers, patterns, resin, rimraf, tmp;
|
var Promise, capitano, helpers, patterns, resin, rimraf, tmp;
|
||||||
Promise = require('bluebird');
|
Promise = require('bluebird');
|
||||||
|
@ -262,7 +262,6 @@ exports.init =
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
permission: 'user'
|
permission: 'user'
|
||||||
primary: true
|
|
||||||
action: (params, options, done) ->
|
action: (params, options, done) ->
|
||||||
Promise = require('bluebird')
|
Promise = require('bluebird')
|
||||||
capitano = Promise.promisifyAll(require('capitano'))
|
capitano = Promise.promisifyAll(require('capitano'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user