expo-cli webhooks:update [path]
Update an existing webhook
Arguments
Name | Description |
---|---|
path | folders |
Options
Name | Description |
---|---|
-h, --help | Output usage information |
--id <id> | ID of the webhook to update |
--url [url] | URL the webhook will request |
--event <boolean> | Event type that triggers the webhook. [build] |
--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 |