Webflowctl is a command line utility to manage Webflow site configurations. It is being used specifically to manage webhooks.
Download a binary from the Release page.
❯ ./webflowctl
A tool to help manage webhooks in the Webflow API
Usage:
webflowctl [command]
Available Commands:
collections Manage collections
completion Generate the autocompletion script for the specified shell
help Help about any command
sites Manage sites
webhooks Manage webhooks
Flags:
-a, --api-token string Webflow API Token
-h, --help help for webflowctl
Use "webflowctl [command] --help" for more information about a command.
Tip: set
WEBFLOW_API_TOKEN
environment variable to bypass needing to fill in the--api-token
flag.
- List webhooks
- Create webhook
- Delete webhook
- Get webhook
- List sites
- Get site
- Publish site
- List site domains
- List collections
- Get a collection
This tool was created with Cobra CLI so please make sure to leverage it when adding new functionality.