kyma dashboard ​
Manages Kyma dashboard locally.
Synopsis ​
Use this command to manage Kyma dashboard locally in a Docker container.
bash
kyma dashboard <command> [flags]Available Commands ​
text
start - Runs Kyma dashboard locally.
stop - Terminates the locally running Kyma dashboard.Flags ​
text
--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 "3001")
-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 Skip fetching extensions from the target Kyma environmentSee also ​
- kyma - A simple set of commands to manage a Kyma cluster
- kyma dashboard start - Runs Kyma dashboard locally.
- kyma dashboard stop - Terminates the locally running Kyma dashboard.