Releases: kylieCat/kx
Releases · kylieCat/kx
Add Args to Exec
0.4.0: Colors, Renames and Previous
0.4.0 - 2019-03-31
- New feature: ability to rename a context using
-r. See README for example - New feature: ability to swap back to a previous context/namespace. See README for example
- New feature: ability to list available color options and set them via a command
- General code cleanup
Bugfix For Minikube Conf Files
Incrementing patch version from 0.3.0 -> 0.3.1
0.3.1 - 2019-01-05T02:37:13Z
- Bugfix: minikube config struct was wrong, caused broken files
- Stopped unnecessarily writing file after read-only ops.
- omit empty fields in kube conf
Incrementing minor version from *0.2.1* -> *0.3.0*
Incrementing minor version from 0.2.1 -> 0.3.0
0.3.0- 2018-12-21T21:00:00Z
-
Move some utility functions from the
cmdpackage topkg -
Expose their of their functionality via:
GetKubeConfigPath: Checks$KUBECONFIGfor a kubeconfig path, if it's not found the default is used (~/.kube/config).GetKxConfigPath: Checks$KXCONFIGfor a kxconfig path, if it's not found the default is used (~/.kx.yaml).GetDefaultKubeConfig: Gets aKubeConfigusing the kubeconfig in the default location.
-
Moved constants to
pkgand made them public:KubeConfigEnvVar= "KUBECONFIG"DefaultKubeConfigPath= "~/.kube/config"KxConfigEnvVar= "KXCONFIG"DefaultKxConfigPath= "~/.kx.yaml"