pulumi/pkg/compiler/errors
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
..
binder.go Coconut! 2017-02-25 07:25:33 -08:00
compiler.go More term rotations 2017-03-06 14:32:39 +00:00
eval.go Coconut! 2017-02-25 07:25:33 -08:00
new.go Coconut! 2017-02-25 07:25:33 -08:00
planapply.go Add the ability to specify analyzers 2017-03-11 10:07:34 -08:00