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 ``` |
||
---|---|---|
.. | ||
analyzer.go | ||
analyzer_plugin.go | ||
boilerplate.go | ||
boilerplate_plugin.go | ||
boilerplate_server.go | ||
check.go | ||
config_source.go | ||
context.go | ||
context_test.go | ||
converter.go | ||
converter_plugin.go | ||
converter_plugin_test.go | ||
converter_server.go | ||
converter_server_test.go | ||
diagnostic.go | ||
diagnostic_test.go | ||
doc.go | ||
host.go | ||
host_server.go | ||
host_test.go | ||
langruntime.go | ||
langruntime_plugin.go | ||
plugin.go | ||
plugin_test.go | ||
provider.go | ||
provider_plugin.go | ||
provider_plugin_test.go | ||
provider_server.go | ||
provider_server_test.go | ||
provider_test.go | ||
provider_unimplemented.go | ||
rpc.go | ||
rpc_rapid_test.go | ||
rpc_test.go | ||
server.go |