I’m not able to make use of command-line arguments from the balenaCloud dashboard. When I want to update the wifi password, I see the following:
$ /usr/src/app# wifi-connect -p "test"
bash: wifi-connect: command not found
Should I be able to run commands from wifi-connect
repo after I’ve installed it on the device via my Dockerfile?
Thank you!