mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +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',
|
||||
primary: true,
|
||||
action: function(params, options, done) {
|
||||
var Promise, capitano, helpers, patterns, resin, rimraf, tmp;
|
||||
Promise = require('bluebird');
|
||||
|
@ -262,7 +262,6 @@ exports.init =
|
||||
}
|
||||
]
|
||||
permission: 'user'
|
||||
primary: true
|
||||
action: (params, options, done) ->
|
||||
Promise = require('bluebird')
|
||||
capitano = Promise.promisifyAll(require('capitano'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user