vela top
Launch UI to display the platform overview.
Synopsis
Launch UI to display platform overview information and diagnose the status for any specific application.
vela top [flags]
Examples
  # Launch UI to display platform overview information and diagnose the status for any specific application
  vela top
  
  # Show applications which are in <vela-namespace> namespace
  vela top -n <vela-namespace>
  
  # Show applications which are in all namespaces
  vela top -A
Options
  -A, --all-namespaces     If true, check the specified action in all namespaces.
  -e, --env string         specify environment name for application
  -h, --help               help for top
  -n, --namespace string   specify the Kubernetes namespace to use
Options inherited from parent commands
  -y, --yes   Assume yes for all user prompts