Add --context flag #214
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Kafkactl currently supports multiple contexts. To use a context, one must use
kubectl config use-context aws-dev
.This is often fine, but it also has following drawbacks:
Have you ever thought about introducing a --context flag (similar to kubectl). An explicit
--context
would take precedence over anything else. People enjoying how it works today can continue to do so, and people who prefer to set the context with every command will be happy to.The text was updated successfully, but these errors were encountered: