pulumi/sdk/go/pkg/cocorpc
joeduffy 705880cb7f Add the ability to specify analyzers
This change adds the ability to specify analyzers in two ways:

1) By listing them in the project file, for example:

        analyzers:
            - acmecorp/security
            - acmecorp/gitflow

2) By explicitly listing them on the CLI, as a "one off":

        $ coco deploy <env> \
            --analyzer=acmecorp/security \
            --analyzer=acmecorp/gitflow

This closes out pulumi/coconut#119.
2017-03-11 10:07:34 -08:00
..
analyzer.pb.go Add the ability to specify analyzers 2017-03-11 10:07:34 -08:00
engine.pb.go Add basic analyzer support 2017-03-10 23:49:17 -08:00
provider.pb.go Add basic analyzer support 2017-03-10 23:49:17 -08:00