Skip to content

tmctl create source

tmctl create source

Create TriggerMesh source. More information at https://docs.triggermesh.io

tmctl create source [kind]/[--from-image <image>][--name <name>] [flags]

Examples

tmctl create source httppoller \
    --endpoint https://www.example.com \
    --eventType sample-event \
    --interval 30s  \
    --method GET

Options

  -h, --help   help for source

Options inherited from parent commands

      --broker string    Optional broker name.
      --version string   TriggerMesh components version.

SEE ALSO