tcurl
A command line utility to talk to a tchannel server
tcurl -p host:port <service> <endpoint> [options]
Options:
-2 [data] send an arg2 blob
-3 [data] send an arg3 blob
--depth=n configure inspect printing depth
-j print JSON
-J [indent] print JSON with indentation
-t [dir] directory containing Thrift files
Installation
npm install tcurl
NPM scripts
npm run add-licence
This will add the licence headers.npm run cover
This runs the tests with code coveragenpm run lint
This will run the linter on your codenpm test
This will run the tests.npm run trace
This will run your tests in tracing mode.npm run travis
This is run by travis.CI to run your testsnpm run view-cover
This will show code coverage in a browser
Contributors
MIT Licenced