staged-releases icon indicating copy to clipboard operation
staged-releases copied to clipboard

There should be a script to handle updating of devices one-by-one for special use-cases

Open CameronDiver opened this issue 6 years ago • 4 comments

@CameronDiver can you elaborate on this? Isn't ./set-device-to-a-build.sh already doing that?

thgreasi avatar Apr 20 '18 09:04 thgreasi

No, that would set a single device to a build. Say you want to do a staged rollout of 100 devices, that's 100 calls to that script, with different parameters and optionally waiting for the device to have downloaded the application.

I know this will be possible via the dashboard when those integrations are present, but until then a script here would help the users which want this feature.

CameronDiver avatar Apr 20 '18 09:04 CameronDiver

Oh ok, even though we can somewhat do that already by setting tags to the devices of interest and using ./update-test-group.sh.

thgreasi avatar Apr 20 '18 09:04 thgreasi

That would either involve grouping the devices (which may be appropriate, depends on use case) or assigning an individual tag per device, which has the same issue.

CameronDiver avatar Apr 20 '18 09:04 CameronDiver