Manage webhooks with the CLI
You can now manage webhooks directly from the PlanetScale CLI. Create, update, test, and delete webhooks without needing to use the dashboard or API.
The new CLI commands include:
pscale webhook list— List all webhooks in a databasepscale webhook create— Create a new webhook with specific events and URLpscale webhook show— Show details for a specific webhookpscale webhook update— Update webhook settings like enabling/disablingpscale webhook test— Send a test event to verify your webhook is workingpscale webhook delete— Delete a webhook
These commands make it easier to manage webhooks as part of your development workflow or CI/CD pipelines.