This adds the features of the AWS Lambda validate application to the CLI tool, and follows the conventions of other CLI tool commands (mimicking the go tool). It provides more info on Substation errors than validate by printing the line with the error below the error message, like this:
Description
substation vet
to the CLI toolMotivation and Context
This adds the features of the AWS Lambda
validate
application to the CLI tool, and follows the conventions of other CLI tool commands (mimicking thego
tool). It provides more info on Substation errors thanvalidate
by printing the line with the error below the error message, like this:The additional output can be ported to
validate
using the addition of the stringer onconfig.go
.How Has This Been Tested?
substation vet
was integration tested for a variety of use cases:Types of changes
Checklist: