PremiereGlobal / stim

Speeding up development with glue that brings tools together
MIT License
15 stars 7 forks source link

Allow kube config to have a filterable regex in config/cli #59

Open lwahlmeier opened 4 years ago

lwahlmeier commented 4 years ago

stim kube config can end up with a lot of clusters in the list esp when working with lots of clusters. It would be nice to be able to add a local option int he config.yaml to allow filtering of cluster names to a subset of the ones used.

There should also be a cli option for this and an option to show all as well, maybe even in the selector if it detects it was filtered.