aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

Proposal: build json object to return from execution of rovergo #71

Closed sebastus closed 3 years ago

sebastus commented 3 years ago

It would improve test-ability if there was some output to examine along with an error object.

For example:

{
 "command": "lp",
 "subCommand": "init",
 "outcome": "success"
}
benc-uk commented 3 years ago

No longer required