Skip to content

Smoketest Create Webhook

caepe smoketest create webhook

Creates a new webhook smoketest definition

caepe smoketest create webhook [flags]

Options

  -a, --application string      Application reference. (required)
  -t, --authentication string   Authentication Type. Choose from [Basic Bearer]
  -c, --credential string       Credential reference
  -h, --help                    help for webhook
  -n, --name string             Name of the smoketest. (required)
      --payload-json string     String representing JSON payload
  -u, --url string              Webhook URL. (required)

Options inherited from parent commands

      --config string   config file path (default /$HOME/.caepe/config)
      --debug           output debug logs
      --dry-run         do not send the request to server
      --raw-output      show raw output

SEE ALSO

Auto generated by spf13/cobra on 5-May-2025
Back to top