You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OrbStack CLI uses subcommands, not flags:
- `orb version` instead of `orb --version`
Also parse version output correctly from "Version: 2.0.5 (2000500)"
to extract just "2.0.5".
0 commit comments