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
Actual Behaviour
All buttons run the colima subcommands for the default profile only. This limits usefulness of the GUI app, if you have multiple profiles or even just one that's named differently and not default.
Expected Behaviour
Enumerate existing profiles and let users select one. Any commands triggered by the buttons should then run for that profile using colimas -p/--profile option. (afaik, colima provides no other way to set the profile, like an ENV variable)
Additional information
List command returns profiles, other commands don't work since I can't select a profile:
The text was updated successfully, but these errors were encountered:
Actual Behaviour
All buttons run the
colima
subcommands for thedefault
profile only. This limits usefulness of the GUI app, if you have multiple profiles or even just one that's named differently and not default.Expected Behaviour
Enumerate existing profiles and let users select one. Any commands triggered by the buttons should then run for that profile using colimas
-p/--profile
option. (afaik, colima provides no other way to set the profile, like an ENV variable)Additional information
List command returns profiles, other commands don't work since I can't select a profile:
The text was updated successfully, but these errors were encountered: