- Fix issue where wrong index is selected.
- Fixed a crash when scrolling through an empty list, which occurred when searches returned no results.
- Adds circular scrolling #39.
- Added namespace command.
- Added autocomplete script to install.
- Fix for setting default as argument.
- Changed the way kxd file current works to check
~/.kxd
file then default to~/.kube/config
.
- Added support for setting config names as argument.
- Added list command to
kxd file
andkxd ctx
. - The root command now defaults to
kxd file switch
if no sub-commands are passed in.
- Allow for specifying multiple matchers as a comma seperated string for
KXD_MATCHER
environment variable.
- Small fix for running
kxd file switch -h
.
- Allow for listing of current config and context.
- Added support for default config at
~/.kube/config
. - Added context switcher.
- Added
KXD_MATCHER
environment variable for specifying different config matchers.
- Initial Release