mirror of https://github.com/pulumi/pulumi.git
091d953bb4
This command adds a new plugin type, Boilerplate, which takes a name and config (of unspecified format) and is expected to generate a new Pulumi package, i.e.: a provider. A working implementation of the Boilerplate provider is implemented in pulumi/ci-mgmt#457. Using this command with the following configuration, a user can generate a working Pulumi provider binary in a single command. As the boilerplate is implemented as a plugin, it can be updated independently of the Pulumi CLI, versioned, and programmatically shim bridged providers. ```yaml module: github.com/pulumi/pulumi-porkbun providerTitle: "Porkbun" publisher: "Pulumi" homepage: "https://www.pulumi.com/" logoURL: "" major-version: 0 upstreamOrg: cullenmcdermott upstreamRepo: terraform-provider-porkbun sdks: nodejs: "@pulumi/porkbun" python: pulumi_porkbun dotnet: Pulumi.Porkbun # Include the major version here, i.e.: sdk/v4 or just sdk for v0 and v1 go: github.com/pulumi/pulumi-porkbun/sdk ``` |
||
---|---|---|
.. | ||
codegen | ||
testing | ||
alias_grpc_pb.js | ||
alias_pb.js | ||
analyzer_grpc_pb.js | ||
analyzer_pb.js | ||
boilerplate_grpc_pb.js | ||
boilerplate_pb.js | ||
converter_grpc_pb.js | ||
converter_pb.js | ||
engine_grpc_pb.js | ||
engine_pb.js | ||
errors_grpc_pb.js | ||
errors_pb.js | ||
language_grpc_pb.js | ||
language_pb.js | ||
plugin_grpc_pb.js | ||
plugin_pb.js | ||
provider_grpc_pb.js | ||
provider_pb.js | ||
resource_grpc_pb.js | ||
resource_pb.js | ||
source_grpc_pb.js | ||
source_pb.js | ||
status_grpc_pb.js | ||
status_pb.js |