So a question…
When we push to a fleet using: balena push fleet device
the cli proceeds to push or do what we want.
But when I try to balena ssh fleet device
i get an extra prompt, balena ssh fleet device ? Select a device on fleet x_secret_service/fleet (Use arrow keys) ❯ crying-rhino (x90210)
How can we skip this, or make the behaviour similar to pushing to the fleet?
Even a flag would do… balena ssh -y fleet device
balena ssh <UUID> will work - but you must use the UUID , not the device name to do this. This will take you straight to the hostOS of the device, without prompt
balena ssh <UUID> <container-name> will ssh into the container you want, on the device you want, without any further prompts
Is this enough for your use case? Is there a reason you must use the device name to ssh in?