Provide instant feedback for invalid arguments #970
Labels
area/general-cli
kind/feature
New feature or request
priority/important-longterm
Important over the long term, but may not be currently staffed and/or may require multiple releases
Why do you want this feature?
Some commands like
eksctl utils describe-stacks
,eksctl utils write-kubeconfig
andeksctl delete iamidentitymapping
(non-exhaustive list) authenticate with AWS first (usingsts.GetCallerIdentity
) before validating arguments for correctness. Since the auth check is an HTTP call, it takes some time to complete and any invalid arguments are reported only after that check is complete.What feature/behavior/change do you want?
To provide instant feedback, eksctl commands should report any invalid arguments that can be validated locally before making any auth calls.
The text was updated successfully, but these errors were encountered: