expo-cli webhooks:add [path]

Add a webhook to a project

Arguments

NameDescription
pathfolders

Options

NameDescription
-h, --helpOutput usage information
--url <url>URL to request. (Required)
--event <boolean>Event type that triggers the webhook. [build] (Required)
--secret <secret>Secret used to create a hash signature of the request payload, provided in the 'Expo-Signature' header
--config [file]Deprecated: Use app.config.js to switch config files instead