Enable local mode for local push

Hey,

So I just tried this and it worked OK for my on my Intel NUC device. You must have a development image running on the device for this to work, and you must then put the device into Local Mode, which I did application-wide, like so:

# balena env add BALENA_SUPERVISOR_LOCAL_MODE 1 --app MyApp

Then in my application source directory I ran:

# balena push 1.2.3.4

where 1.2.3.4 was the IP of my device.

This worked fine for me, and my app is running nicely on my device :tada:

4 Likes