Page-
Page-
I wonder whether it would be better to just provide examples of doing this via something like `Promise.map([ 'aaaa', 'bbbb', 'cccc' ], resin.models.device.remove)`?
It will be quicker, and will also be all or nothing
https://github.com/balena-io/balena-cli/issues/2165 is the blocker
Yeah, I PRed https://github.com/resin-io/resin-sdk/pull/219 when I found out that :P
I do plan to look into a fix but first I need to resolve the issue for balena
@imrehg what's the issue with using `$filter=uuid eq '${uuid}'`? Allowing the uuid in the `device(...)` form is definitely something that can and should be done but it requires a bunch...
@balena-ci retest
@balena-ci I self-certify!
@balena-ci I self-certify!
Changing it in the config.json is great if running tty.js directly from the command line, the issue is when calling it from the programmatic interface, for instance you might start...