Skip to content

Kyma CLI 0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@a-thaler a-thaler released this 21 May 20:44
07d1041

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.:
    • adding required files for an open source project of kyma-project (#70, #83)
    • renaming repository to "cli" (#72)
  • 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.