Is your feature request related to a problem? Please describe.
I often work with multiple machines in OrbStack, and it can be a bit tedious to manually specify the machine name each time. Since I already use direnv to manage environment variables, I’d love a way to streamline this process.
Describe the solution you'd like
It would be great if OrbStack could automatically deduce the machine name from an environment variable, like ORB_MACHINE_NAME. For example, if I set ORB_MACHINE_NAME=machine1 in my environment, running orb would automatically use the machine named machine1.
Is your feature request related to a problem? Please describe.
I often work with multiple machines in OrbStack, and it can be a bit tedious to manually specify the machine name each time. Since I already use
direnvto manage environment variables, I’d love a way to streamline this process.Describe the solution you'd like
It would be great if OrbStack could automatically deduce the machine name from an environment variable, like
ORB_MACHINE_NAME. For example, if I setORB_MACHINE_NAME=machine1in my environment, runningorbwould automatically use the machine namedmachine1.