Home / Keptn v1 Docs / Release 0.10.0 / Reference / Keptn CLI / Commands / keptn trigger evaluation
Triggers the evaluation of a test for a service in a project and stage
Triggers the evaluation of a test for a service in a project and stage
keptn trigger evaluation [flags]
keptn trigger evaluation --project=sockshop --stage=hardening --service=carts --timeframe=5m --start=2019-10-31T11:59:59
keptn trigger evaluation --project=sockshop --stage=hardening --service=carts --start=2019-10-31T11:59:59 --end=2019-10-31T12:04:59 --labels=test-id=1234,test-name=performance-test
--end string The end point to which the evaluation data should be gathered in UTC (can not be used together with --timeframe)
-l, --labels stringToString Additional labels to be provided to the lighthouse service (default [])
-o, --output string Output format for the --watch flag. One of: json|yaml
--project string The project containing the service to be evaluated
--service string The service to be evaluated
--stage string The stage containing the service to be evaluated
--start string The starting point from which to start the evaluation in UTC
--timeframe string The time frame from which the evaluation data should be gathered (can not be used together with --end)
-w, --watch Print event stream
--watch-time int Timeout (in seconds) used for the --watch flag (default 2147483647)
-h, --help help
--mock Disables communication to a Keptn endpoint
-n, --namespace string Specify the namespace where Keptn should be installed, used and uninstalled in (default "keptn")
-q, --quiet Suppresses debug and info messages
-v, --verbose Enables verbose logging to print debug messages
-y, --yes Assume yes for all user prompts