expo-cli webhooks:add [path]
Add a webhook to a project
Arguments
Name | Description |
---|---|
path | folders |
Options
Name | Description |
---|---|
-h, --help | Output 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 |