MCPcopy Create free account
hub / github.com/auth0/auth0-cli / deliveriesEventStreamCmd

Function deliveriesEventStreamCmd

internal/cli/event_streams.go:496–507  ·  view source on GitHub ↗
(cli *cli)

Source from the content-addressed store, hash-verified

494}
495
496func deliveriesEventStreamCmd(cli *cli) *cobra.Command {
497 cmd := &cobra.Command{
498 Use: "deliveries",
499 Short: "Manage event stream deliveries",
500 Long: "Inspect and monitor delivery attempts for triggered events in a given event stream.",
501 }
502
503 cmd.AddCommand(listDeliveriesCmd(cli))
504 cmd.AddCommand(showDeliveryCmd(cli))
505
506 return cmd
507}
508
509func listDeliveriesCmd(cli *cli) *cobra.Command {
510 var inputs struct {

Callers 1

eventStreamsCmdFunction · 0.85

Calls 2

listDeliveriesCmdFunction · 0.85
showDeliveryCmdFunction · 0.85

Tested by

no test coverage detected