pulumi/sdk/nodejs/proto
Fraser Waters 6576ab28ef Prototype of moving engine interface to gRPC
This changes the "about" command in pkg/cmd to simply be a formatting
shim, all the core logic of looking up backends/plugins/stacks etc is
now done by a new interface that cmd calls via grpc.

There's also a new "pulumi host-engine" hidden command to get the cli to
simply start up and print the address of the new grpc interface.

About was a fairly simple command to move over, it doesn't do any
explict logging or interactivity and is ok to block until all results
are collected and returned. But it lays the skeleton framework for the
new interface such that we can start iterating on this for other
commands, especially the new pulumi-deploy commands.
2022-10-24 11:39:28 +01:00
..
engine Prototype of moving engine interface to gRPC 2022-10-24 11:39:28 +01:00
alias_grpc_pb.js feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
alias_pb.js feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
analyzer_grpc_pb.js Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
analyzer_pb.js feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
engineInterface_grpc_pb.js Prototype of moving engine interface to gRPC 2022-10-24 11:39:28 +01:00
engineInterface_pb.js Prototype of moving engine interface to gRPC 2022-10-24 11:39:28 +01:00
engine_grpc_pb.js Prototype of moving engine interface to gRPC 2022-10-24 11:39:28 +01:00
engine_pb.js Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
errors_grpc_pb.js Regenerate protocol buffers code 2020-02-28 11:53:47 +00:00
errors_pb.js Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
host_grpc_pb.js Prototype of moving engine interface to gRPC 2022-10-24 11:39:28 +01:00
host_pb.js Prototype of moving engine interface to gRPC 2022-10-24 11:39:28 +01:00
language_grpc_pb.js Add proto interfaces to move about logic to plugins (#10228) 2022-07-25 12:35:16 +01:00
language_pb.js Add getOrganization to nodejs and python (#10504) 2022-08-31 10:33:29 +01:00
plugin_grpc_pb.js Regenerate protocol buffers code 2020-02-28 11:53:47 +00:00
plugin_pb.js Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
provider_grpc_pb.js Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00
provider_pb.js feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
resource_grpc_pb.js feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
resource_pb.js feat(engine): Adds structured alias support to the engine 2022-10-11 17:56:32 -04:00
status_grpc_pb.js Regenerate protocol buffers code 2020-02-28 11:53:47 +00:00
status_pb.js Compile protobufs with "pulumi" namespace (#10074) 2022-07-12 14:45:03 +01:00