Options
Instant
Will return full json after full completion. Could be used on any command.
Request
vrs --instant commits
Response:
{
"changelist": {
"new": [],
"modified": [],
"removed": []
},
"result": {
"status": "Ok",
"duration": 0.003
},
"messages": [],
"warnings": [],
"errors": []
}
Json
Will return intermediate processing result line by line when it's possible
Request
vrs --json commits
Response:
{"command":"Begin","name":"Analyzing","amount":0}
{"command":"End","name":"Analyzing"}
{"new":[],"modified":[],"removed":[]}
{"status":"Ok","duration":0.003}
Version
vrs --version
Help
vrs --help