testkube
testkube copied to clipboard
CLI: Deprecate -n for --name
Describe the enhancement you'd like to see
We are currently allowing the -n flag as an alias for --name with specific commands... e.g. users try to run a test
We want to deprecate this alias because -n within kubectl is typically used to address a specific namespace. This is right now causing problems with commands like kubectl testkube run test myTest -n myNamespace
If you stumble into any implications or undesired side effects while removing the alias please feel free to trigger a discussion in here.
Hey @fivenp!! I would like to work on this.
@fivenp, I would like to work on this!