Usage: jrpc [OPTIONS]
Simple CLI tool for testing output from JSON RPC 2.0 services.
OPTIONS
-V, --version Prints the version of this script.
-v, --verbose Prints verbose information.
-u=*, --url Specifies the URL to use, default is "http://localhost:8080".
-s=*, --scheme Specifies the scheme to use, default is "http", ignored when --url is set.
-h=*, --host Specifies the host to use, default is "localhost", ignored when --url is set.
-P=*, --port Specifies the port to use, default is "8080", ignored when --url is set.
-p=*, --path Specifies the path to use, default is "/json_rpc", ignored when --url is set.
-m=*, --method Specifies the method to use.
-j=*, --params Specifies the parameters to use (JSON object). I.e. '{"width": 1, "height": 1}', default is "{}".
-J , --json-output Prints the request JSON instead of sending it.
-U , --url-output Prints the request URL instead of sending a request.
-C , --command-output Prints the request command instead of sending a request.
-h, --help Prints this help message.
Recommend installation is through vs:
mkdir -p "$HOME/.local/bin"
ln -s "$(vs add "https://gist.github.com/69d9cf77643c9bc89410487d7b1ba210.git")/jrpc" "$HOME/.local/bin/jrpc
or just clone it somewhere.