You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ~ vela -n vela-system status -h
Show status of vela application.
Usage:
vela status APP_NAME [flags]
Examples:
vela status APP_NAME
Flags:
-c, --component string filter service endpoints by component name
-d, --detail display the realtime details of application resources
--detail-format string the format for displaying details. Can be one of inline (default), wide, list, table, raw. (default "inline")
Is your feature request related to a problem? Please describe.
In #4230, when we need to get the application yaml, we have no way but using kubectl.
Describe the solution you'd like
I think we can have a command such as:
This can display the whole application with status.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: