I often have to login to a VM from a specific process group. Right now I do this:
-
fly status
to find a machine of a certain process group. -
fly ssh console -s
and pick the machine ID determined in step 1.
Would be great if I could see the process group in fly ssh console -s
.