pulumi/pkg
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
..
compiler Add the ability to specify analyzers 2017-03-11 10:07:34 -08:00
config Coconut! 2017-02-25 07:25:33 -08:00
diag No more nuts! 2017-03-10 13:27:19 -08:00
encoding No more nuts! 2017-03-10 13:27:19 -08:00
eval No more nuts! 2017-03-10 13:27:19 -08:00
graph More term rotations 2017-03-06 14:32:39 +00:00
pack Add the ability to specify analyzers 2017-03-11 10:07:34 -08:00
resource Add the ability to specify analyzers 2017-03-11 10:07:34 -08:00
tokens No more nuts! 2017-03-10 13:27:19 -08:00
util Add pkg/util/rpcutil to cut down on some plugin boilerplate 2017-03-11 09:23:09 -08:00
workspace No more nuts! 2017-03-10 13:27:19 -08:00