The fluvio cloud webhook
family of commands is used to create, delete, and manage webhook urls in cloud.
$ fluvio cloud webhook -h
This command is used to create a new webhook url that maps to the current user’s topic
$ fluvio cloud webhook create -h
Example usage:
$ fluvio cloud webhook create my-webhook-1 --topic my-topic
This command deletes a webhook url for the current user
$ fluvio cloud webhook delete -h
Example usage:
$ fluvio cloud webhook delete my-webhook-1
Command to show the webhooks associated with current user.
$ fluvio cloud webhook list -h
Example usage:
$ fluvio cloud webhook list
Command to show update mapping details of a webhook url
$ fluvio cloud webhook update -h
Example usage:
$ fluvio cloud webhook update --topic different-topic my-webhook