system-manager-wakasu
 1#!/usr/bin/env bash
 2# Update creds and link to the openshift4 devcluster
 3
 4set -e
 5
 6echo ">>> install che in the cluster"
 7chectl update next #is it required ?
 8
 9chectl server:start --platform=openshift --installer=operator
10
11echo "<<< Get your token using 'window._keycloak.token' in the devconsole"
12read