Kyma CLI 0.7.0
Pre-release
Pre-release
Bugs
- Readme fix (#67, #82)
- Proper encoding for shell command execution applied (#75)
- Improved handling for sudo usage when writing to hosts file (#75, #78, #86)
- Suppress printing password when it is custom or non-interactive (#79)
Features
- Support for Kyma 1.1.0 (#78)
- Moved to kyma-project organization incl.:
- Support for Minikube 1.0.1 and kubectl 1.12.5 (#77)
Installation Mac
Manual installation:
curl -Lo kyma https://github.com/kyma-project/cli/releases/download/v0.7.0/kyma-darwin \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation via brew:
brew tap kyma-incubator/kyma-incubator
brew install kyma-incubator/kyma-incubator/kyma-cli
Installation Linux
curl -Lo kyma https://github.com/kyma-project/cli/releases/download/v0.7.0/kyma-linux \
&& chmod +x kyma
sudo mv kyma /usr/local/bin
Installation Windows
Download binary and adjust your PATH.