--- balena network inspect $(balena ps --quiet | tr "\n" " ") ---
Error: No such network: ef3a43ba55d4
Error: No such network: af338f332384
Error: No such network: 8eef54236371
We were passing container IDs to balena network inspect. This fixes the command to pass network IDs, as expected.
Diagnostic executions are failing with
We were passing container IDs to
balena network inspect
. This fixes the command to pass network IDs, as expected.