Commit Graph

5 Commits

Author SHA1 Message Date
Enrico Candino 11d795b557
Fix panic on `context switch` (#386)
* added bool check for missing focused server, fixed panic

* added main branch to FOSSA workflow

* return error instead of bool
2024-08-22 15:58:43 +02:00
Sebastiaan van Steenis 102f4394f0 Check returned error when writing config 2019-08-07 17:17:43 +02:00
Georges Chaudy b130a9bfce add rancher server command 2019-08-01 00:33:52 +01:00
Dan Ramich 227ca73ecd Fix context switch
Problem:
Context is not setting the new project correctly

Solution:
Save the selected project into the users config
2018-05-14 18:16:48 -07:00
Dan Ramich f7c605a614 Add context commands
Problem:
In order to switch context login has to be ran

Solution:
Add new context commands to allow quick switching and status on the
current context
2018-05-07 18:48:28 +02:00