pulumi/sdk/proto
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.proto Add the ability to specify analyzers 2017-03-11 10:07:34 -08:00
engine.proto Coconut! 2017-02-25 07:25:33 -08:00
generate.sh Coconut! 2017-02-25 07:25:33 -08:00
provider.proto Add a pre-pass to validate resources before creating/updating 2017-03-02 18:15:38 -08:00