The fluvio cloud webhook family of commands is used to create, delete, and troubleshoot Webhooks in cloud.
$ fluvio cloud webhook -h
Manage Webhooks
Usage: fluvio-cloud webhook <COMMAND>
Commands:
create Create webhook
delete Delete webhook
list List webhooks
update Update webhook
logs View webhook connector logs
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
fluvio cloud webhook create
This command is used to provision a new cluster.
$ fluvio cloud webhook create -h
Create webhook
Usage: fluvio-cloud webhook create [OPTIONS] [NAME]
Arguments:
[NAME] Name of webhook
Options:
--topic <TOPIC>
-c, --config <CONFIG> Webhook config
-h, --help Print help
Example usage:
$ fluvio cloud webhook create --config webhook-config.yaml
Webhook "my-webhook" created with url: https://infinyon.cloud/webhooks/v1/<random-string>