chectl server:start --help
start Eclipse Che Server

USAGE
  $ chectl server:start

OPTIONS
  -a, --installer=helm|operator|minishift-addon                                Installer type
  -b, --domain=domain                                                          Domain of the Kubernetes cluster (e.g. example.k8s-cluster.com or <local-ip>.nip.io)
  -h, --help                                                                   show CLI help
  -i, --cheimage=cheimage                                                      [default: eclipse/che-server:7.3.0] Che server container image
  -m, --multiuser                                                              Starts che in multi-user mode
  -n, --chenamespace=chenamespace                                              [default: che] Kubernetes namespace where Che server is supposed by be deployed
  -o, --cheboottimeout=cheboottimeout                                          (required) [default: 40000] Che server bootstrap timeout (in milliseconds)

  -p, --platform=minikube|minishift|k8s|openshift|microk8s|docker-desktop|crc  Type of Kubernetes platform. Valid values are "minikube", "minishift", "k8s (for kubernetes)", "openshift", "crc (for CodeReady Containers)", "microk8s".

  -s, --tls                                                                    Enable TLS encryption. Note that for kubernetes 'che-tls' with TLS certificate must be created in the configured namespace. For OpenShift, router will use default cluster certificates.

  -t, --templates=templates                                                    [default: templates] Path to the templates folder

  --che-operator-cr-yaml=che-operator-cr-yaml                                  Path to a yaml file that defines a CheCluster used by the Operator. This parameter is used only when the installer is the Operator.

  --che-operator-image=che-operator-image                                      [default: quay.io/eclipse/che-operator:7.3.0] Container image of the Operator. This parameter is used only when the installer is the Operator

  --deployment-name=deployment-name                                            [default: che] Che deployment name

  --devfile-registry-url=devfile-registry-url                                  The URL of the external Devfile registry.

  --k8spodreadytimeout=k8spodreadytimeout                                      [default: 130000] Waiting time for Pod Ready Kubernetes (in milliseconds)

  --k8spodwaittimeout=k8spodwaittimeout                                        [default: 300000] Waiting time for Pod Wait Timeout Kubernetes (in milliseconds)

  --listr-renderer=default|silent|verbose                                      [default: default] Listr renderer

  --os-oauth                                                                   Enable use of OpenShift credentials to log into Che

  --plugin-registry-url=plug-in-registry-url                                    The URL of the external plug-in registry.

  --self-signed-cert                                                           Authorize usage of self signed certificates for encryption. Note that `self-signed-cert` secret with CA certificate must be created in the configured namespace.