sa-debug-viewer
v0.1.1
Published
SensorsData Analytics Debugger Viewer
Downloads
3
Readme
Sensors Analytics
This is a command-line debug viwer for Sensors Analytics .
Install
Install using npm.
$ npm install -g sa-debug-viewer
Usage
sa-debug [options] <host>
Options:
--project, -p Project to monitor [string]
--event, -e Event filter [array]
--userId, -u User id [array]
--help Show help [boolean]
e.g.
Fetch all click
event from default
project from debug viewer of http://my-project.cloud.sensorsdata.cn
$ sa-debug -e click -p default http://my-project.cloud.sensorsdata.cn
License
MIT