testkube icon indicating copy to clipboard operation
testkube copied to clipboard

CLI: Deprecate -n for --name

Open fivenp opened this issue 2 years ago • 2 comments

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.

fivenp avatar Mar 01 '23 17:03 fivenp

Hey @fivenp!! I would like to work on this.

rakshitgondwal avatar Mar 25 '23 18:03 rakshitgondwal

@fivenp, I would like to work on this!

abhayporwals avatar Nov 30 '23 05:11 abhayporwals