Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

๐Ÿ”„ Easy to use inspector tool for Twilio Sync services

License

Notifications You must be signed in to change notification settings

dkundel/twilio-sync-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

54 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Twilio Sync Inspector

๐Ÿ”„ Easy to use inspector tool for Twilio Sync services

npm npm npm

This tool allows you to inspect the data stored in the different sync services. It will automatically update when the data in Sync changes.

Features

  • 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

Installation

npm install -g twilio-sync-inspector

Usage

 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

Common Issues

Fails to load objects

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.

Contributors

License

MIT

About

๐Ÿ”„ Easy to use inspector tool for Twilio Sync services

Resources

License

Stars

Watchers

Forks

Packages

No packages published