astroctl_application_events
astroctl application events
Get application event
Synopsis
Get application event
astroctl application events [flags]
Examples
# Get the application events (kubectl-style table format)
astroctl app events -n myapp
# Get K8s events in kubectl-style table format
astroctl app events -n myapp -k
# Get events with JSON output
astroctl app events -n myapp -k -o json
# Get events with YAML output
astroctl app events -n myapp -k -o yaml
Options
-h, --help help for events
-k, --k8s show k8s events (default: show ArgoCD events)
-o, --output string Output format (table|json|yaml) (default "table")
-w, --watch stream events (default: true, use --watch=false to disable) (default true)
Options inherited from parent commands
-n, --name string name of the application
SEE ALSO
- astroctl application - Manage applications