mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
Implement ApplicationModel's getAll function
This commit is contained in:
parent
e18bc83285
commit
e4b0f3772b
8
lib/models/application.coffee
Normal file
8
lib/models/application.coffee
Normal file
@ -0,0 +1,8 @@
|
||||
canvas = require('./_canvas')
|
||||
|
||||
exports.getAll = ->
|
||||
return canvas.get
|
||||
resource: 'application'
|
||||
options:
|
||||
orderby: 'app_name asc'
|
||||
expand: 'device'
|
Loading…
x
Reference in New Issue
Block a user