For the complete documentation index, see llms.txt. This page is also available as Markdown.

Utils

balena.utils : Object

The utils instance offers some convenient features for clients.

Kind: static member Summary: Balena utils instance Access: public Example

balena.utils.mergePineOptions(
 { $expand: { device: { $select: ['id'] } } },
 { $expand: { device: { $select: ['name'] } } },
);

Last updated

Was this helpful?