1.0.0-alpha.4 ā€¢ Published 7 years ago

twilio-sync-inspector v1.0.0-alpha.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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