kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
47 stars 13 forks source link

feature: Add `kflex` command/flag to get the current context #165

Open francostellari opened 10 months ago

francostellari commented 10 months ago

Feature Description

It would be useful to have a way for the kflex CLI to report the current context.

Proposed Solution

One solution could be adding a new command, such as kflex get-ctx. Another solution could be to add a special argument to the existing ctx command, such as kflex ctx .

Want to contribute?

Additional Context

No response