Returns the latest Keptn event specified by event type
Returns the latest Keptn event specified by event type. The event type is defined here: https://github.com/keptn/spec/blob/0.1.4/cloudevents.md
keptn get event [eventType] [flags]
-h, --help help for event
--keptn-context string The ID of a Keptn context from which to retrieve the event
--num-of-pages int Number of pages that should be returned (Default 1). (default 1)
-o, --output string Output format. One of: json|yaml
--page-size string Max number of return events per page (Default 1)
--project string The Keptn project name from which to retrieve the event
--service string The name of a service within a project from which to retrieve the event
--stage string The name of a stage within a project from which to retrieve the event
--mock Disables communication to a Keptn endpoint
-q, --quiet Suppresses debug and info messages
--suppress-websocket Disables WebSocket communication to suppress info messages from services running inside Keptn
-v, --verbose Enables verbose logging to print debug messages