/expo-webhooks-json

CLI to retrieve your Expo webhooks as JSON

Primary LanguageTypeScriptMIT LicenseMIT

expo-webhooks-json

CLI to retrieve your Expo webhooks as JSON

Usage

> npx expo-webhooks-json
[{"id":"bd75ea7b-3f6a-43f9-b6dc-d9ae246b27ac","url":"https://someurl.com/","event":"build"}]

> npx expo-webhooks-json --url https://someurl.com/
bd75ea7b-3f6a-43f9-b6dc-d9ae246b27ac

Motivation

Useful for CI/CD pipelines

License

MIT