Home / Keptn v1 Docs / Release 0.16.x / Reference / Keptn CLI / Commands / keptn trigger sequence
Triggers the execution of any sequence in a project
Triggers the execution of any sequence in a project with an arbitrary name. The name of the sequence has to be provided as an argument to the command. The sequence name is used to identify the sequence to be triggered.
keptn trigger sequence [flags]
keptn trigger sequence <sequence-name> --project=<project> --service=<service> --stage=<stage>
--project string The project containing the service for which the new artifact will be triggered
--service string The service for which the new artifact will be triggered
--stage string The stage in which the new artifact will be triggered
--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 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