Home / Keptn v1 Docs / Release 0.18.x / Reference / Keptn CLI / Commands / keptn send event approval.finished
Sends an approval.finished event to Keptn in order to confirm an open approval with the specified ID in the provided project and stage
Sends an approval.finished event to Keptn in order to confirm an open approval with the specified ID in the provided project and stage.
keptn send event approval.finished [flags]
keptn send event approval.finished --project=sockshop --stage=hardening --id=1234-5678-9123
      --id string               The ID of the approval.triggered event to be approved
  -l, --labels stringToString   Additional labels to be provided for the service that is to be approved (default [])
      --project string          The project containing the service to be approved
      --service string          The service to be approved
      --stage string            The stage containing the service to be approved
      --config-file string   Specify custom Keptn Config file path (default: ~/.keptn/config)
  -h, --help                 help
      --mock                 Disables communication to a Keptn endpoint
  -n, --namespace string     Specify the namespace where Keptn should be installed, used and uninstalled (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