https://github.com/twilio-labs/plugin-watch
Access and stream your Twilio debugger logs along with your calls and messages.
https://github.com/twilio-labs/plugin-watch
twilio twilio-cli twilio-debugger
Last synced: about 1 year ago
JSON representation
Access and stream your Twilio debugger logs along with your calls and messages.
- Host: GitHub
- URL: https://github.com/twilio-labs/plugin-watch
- Owner: twilio-labs
- License: mit
- Created: 2019-07-03T20:44:49.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:15:15.000Z (over 1 year ago)
- Last Synced: 2025-05-07T14:57:46.711Z (about 1 year ago)
- Topics: twilio, twilio-cli, twilio-debugger
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@twilio-labs/plugin-watch
=========================
[](https://badge.fury.io/js/%40twilio-labs%2Fplugin-watch)
Access and stream your Twilio debugger logs along with your calls and messages.
[](https://www.youtube.com/watch?v=2GRw-6dgMZ0)
# Installation
```
twilio plugins:install @twilio-labs/plugin-watch
```
# Commands
* [`twilio watch`](#twilio-watch)
## `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](https://github.com/twilio-labs/plugin-watch/blob/2.0.2/src/commands/watch.js)_