Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wenbinye/tars-call

CLI interface to call tars rpc
https://github.com/wenbinye/tars-call

Last synced: about 1 month ago
JSON representation

CLI interface to call tars rpc

Awesome Lists containing this project

README

        

Health check:

tars-call --check|-c --address|-a

Call function:

tars-call . --address|-a


tars-call --data|-d call.json --address|-a

call.json:

```json
{
"servant": "",
"method": "",
"params": {
"": ""
}
}

```