--- title: vela system --- Manage system. ### Synopsis Manage system, including printing the system deployment information in vela-system namespace and diagnosing the system's health. ### Examples ``` # Check all deployments information in all namespaces with label app.kubernetes.io/name=vela-core : > vela system info # Specify a deployment name with a namespace to check detail information: > vela system info -s kubevela-vela-core -n vela-system # Diagnose the system's health: > vela system diagnose ``` ### Options ``` -h, --help help for system ``` ### Options inherited from parent commands ``` -V, --verbosity Level number for the log level verbosity -y, --yes Assume yes for all user prompts ``` ### SEE ALSO * [vela system diagnose](vela_system_diagnose.md) - Diagnoses system problems. * [vela system info](vela_system_info.md) - Print the system deployment detail information in all namespaces with label app.kubernetes.io/name=vela-core. #### Go Back to [CLI Commands](vela.md) Homepage. ###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).