@twilio-labs/plugin-watch

watch live debug events, calls, and messages generated during your Twilio use

Usage no npm install needed!

<script type="module">
  import twilioLabsPluginWatch from 'https://cdn.skypack.dev/@twilio-labs/plugin-watch';
</script>

README

@twilio-labs/plugin-watch

npm version

Access and stream your Twilio debugger logs along with your calls and messages.

Video overview

Installation

twilio plugins:install @twilio-labs/plugin-watch

Commands

twilio watch

Keep an eye on incoming alerts, messages, and calls. Polls every 1 second.

USAGE
  $ twilio watch

OPTIONS
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  -o=(columns|json|tsv)            [default: columns] Format of command output.
  -p, --profile=profile            Shorthand identifier for your Twilio profile.
  --no-pii                         mask columns that may contain personally identifiable information (PII)
  --properties=properties          [default: date, type, code, text] event properties you would like to display
  --show-recent-history            show recent events that occurred prior to beginning my watch

See code: src/commands/watch.js