🔄 Easy to use inspector tool for Twilio Sync services
This tool allows you to inspect the data stored in the different sync services. It will automatically update when the data in Sync changes.
- View list of available Sync services
- View list of available resources of type
- Inspect contents of resource
- Pick number of items fetched for a resource and the order
- Auto update inspector view on remote changes
- Edit data of existing resources
npm install -g twilio-sync-inspector
Usage: twilio-sync-inspector [options]
Options:
-V, --version output the version number
-k, --key [api key] Twilio API Key
-s, --secret [api secret] Twilio API Secret
-a, --account [account sid] Twilio Account SID
-p, --port [port] Port to run tool on
--dev PURELY FOR DEVELOPMENT
-h, --help output usage information
This tool is designed to be used during the development process and not for production apps. Therefore it requires to have ACL disabled to have the right permissions.
MIT