To install jx 2.1.148 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.1.148/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
New Features
- add support to gitlab to the environment controller (Justo Alonso)