Thodoris Greasidis
Thodoris Greasidis
Fixed by https://github.com/balena-io/balena-cli/pull/2607
@LucianBuzzo I think that this is resolved by #17 which was merged a few days earlier. We are now giving a message like > Could not authenticate to '$BASE_URL', please...
@CameronDiver can you elaborate on this? Isn't `./set-device-to-a-build.sh` already doing that?
Oh ok, even though we can somewhat do that already by setting tags to the devices of interest and using `./update-test-group.sh`.
The workaround I'm following is to: * find the module definition I want to update in the `yarn.lock` * delete it's definition * run a `yarn install` Yarn then seems...
Feel free to open the PR an we can elaborate on it.
Hi, Thanks for reaching out. Let me pass this internally and get back to you. Kind regards, Thodoris
@dfunckt the `device.state` is whatever the supervisor reports & is not changing based on the vpn. The `device.overall_status` is computed term that depends on the heartbeat state on the other...
That would be awesome for the next major version, even though it would require a decent amount of testing. I will try to add some typings to the current version,...