pulumi/sdk/proto
Alex Clemmer cd86475009 Add `GetAnalyzerInfo` to Analyzer gRPC definition
`GetAnalyzerInfo` is an RPC command that allows the Pulumi CLI to ask an
`Analyzer` for metadata about the resource policies it defines.

This is useful because the Pulumi service needs to be able to render
metadata about a policy pack after the user runs a `pulumi policy
publish`. Since we don't execute code on the server, the first step of
`policy publish` is to interrogate the policy pack program about what
policies it has, so that this metadata can be sent to the server, along
with a packed version of those policies.
2019-07-16 00:58:33 -07:00
..
go Add `GetAnalyzerInfo` to Analyzer gRPC definition 2019-07-16 00:58:33 -07:00
Dockerfile Use nightly protoc gRPC plugin for node (#1948) 2018-09-17 15:16:31 -07:00
analyzer.proto Add `GetAnalyzerInfo` to Analyzer gRPC definition 2019-07-16 00:58:33 -07:00
engine.proto Update the provider RPC interface (#2512) 2019-03-05 10:49:24 -08:00
errors.proto Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
generate.sh Fix up some spelling errors 2019-06-18 15:30:25 -07:00
grpc_version.txt Add `Cancel` to gRPC resource provider interface 2018-07-15 11:05:44 -10:00
language.proto Add query mode to the language protocol 2019-05-02 18:08:08 -07:00
plugin.proto Use server information from NodeJS host for fetching plugins 2019-06-03 09:31:18 -07:00
provider.proto Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00
resource.proto Addition of Custom Timeouts (#2885) 2019-07-16 00:26:28 +03:00
status.proto Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00