skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

V2 Get command to add options #1777

Open lynnemorrison opened 1 week ago

lynnemorrison commented 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 // ... }