kyma alpha dashboard ​
Manages Kyma dashboard locally.
Synopsis ​
Use this command to manage Kyma dashboard locally in a Docker container.
bash
kyma alpha dashboard <command> [flags]Available Commands ​
text
start - Runs Kyma dashboard locally.
stop - Terminates the locally running Kyma dashboard.Flags ​
text
--container-id string Specifies the id of the local container. (default "kyma-dashboard")
--container-name string Specifies the name of the local container. (default "kyma-dashboard")
-p, --port string Specifies the port on which the local dashboard will be exposed. (default "8000")
-v, --verbose Enables verbose output with detailed logs.
--context string The name of the kubeconfig context to use
-h, --help Help for the command
--kubeconfig string Path to the Kyma kubeconfig file
--show-extensions-error Prints a possible error when fetching extensions fails
--skip-extensions Skips fetching extensions from the target Kyma environmentSee also ​
- kyma alpha - Groups command prototypes for which the API may still change
- kyma alpha dashboard start - Runs Kyma dashboard locally.
- kyma alpha dashboard stop - Terminates the locally running Kyma dashboard.