Keptn v1 reached EOL December 22, 2023. For more information see https://bit.ly/keptn

keptn trigger sequence

keptn trigger sequence

Triggers the execution of any sequence in a project

Synopsis

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]

Examples

keptn trigger sequence <sequence-name> --project=<project> --service=<service> --stage=<stage>

Options

      --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

Options inherited from parent commands

      --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

SEE ALSO

Auto generated by spf13/cobra on 11-Jul-2022