staged-releases
staged-releases copied to clipboard
There should be a script to handle updating of devices one-by-one for special use-cases
@CameronDiver can you elaborate on this?
Isn't ./set-device-to-a-build.sh
already doing that?
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.
Oh ok, even though we can somewhat do that already by setting tags to the devices of interest and using ./update-test-group.sh
.
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.