Open thgreasi opened 6 years ago
We should probably also point the user on how to workaround this:
resin device register MyApp --uuid <uuid>
set-device-to-a-build.sh
resin preload path/to/resin.img --app MyApp -c <the target commit uuid>
resin os configure ../path/rpi.img --device 7cf02a6
Front conversations
It would be nice if the CLI could simplify the process by automating some of steps described.
We should probably also point the user on how to workaround this:
resin device register MyApp --uuid <uuid>
as documented at https://docs.resin.io/reference/cli/#device-register-application- . After this, the pre-registered device will show up in the dashboard.set-device-to-a-build.sh
as found at the staged-releases repository at https://github.com/resin-io-playground/staged-releasesresin preload path/to/resin.img --app MyApp -c <the target commit uuid>
as documented at https://docs.resin.io/reference/cli/#preload-image-resin os configure ../path/rpi.img --device 7cf02a6
as documented at https://docs.resin.io/reference/cli/#os-configure-image-uuid-deviceapikey-Front conversations