cdsctl events listen

Listen CDS events

Synopsis

Listen CDS events

cdsctl events listen [flags]

Examples

  cdsctl events listen --queue
  cdsctl events listen --global
  cdsctl events listen --project MYPROJ
  cdsctl events listen --project MYPROJ --workflow my-workflow
  

Options

      --global            listen global events
      --project string    project key to listen
      --queue             listen job queue events
      --workflow string   workflow name to listen

Options inherited from parent commands

  -c, --context string   cdsctl context name
  -f, --file string      set configuration file
      --insecure         (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
  -n, --no-interactive   Set to disable interaction with ctl
      --verbose          Enable verbose output

SEE ALSO