Open lynnemorrison opened 1 week ago
With nonkube CLI we need the ability to get status from two different directories. The existing Get command doesn't allow the ability.
Recommended change is to add option field to Get command Get(name string, opts GetOptions) T
type GetOptions struct { // runtimeFirst bool // ... }
With nonkube CLI we need the ability to get status from two different directories. The existing Get command doesn't allow the ability.
Recommended change is to add option field to Get command Get(name string, opts GetOptions) T
type GetOptions struct { // runtimeFirst bool // ... }