astroctl_application_events
astroctl application events
Get application event
Synopsis
Get application event
astroctl application events [flags]
Examples
# Get the application event
astroctl app events -n myapp
Options
-h, --help help for events
-k, --k8s show k8s events
--time-between-events duration time between events (default 10ms)
-w, --watch continuously watch the log of the application (default true)
Options inherited from parent commands
-n, --name string name of the application
-o, --output string Output format (json|yaml) (default "yaml")
SEE ALSO
- astroctl application - Manage applications