mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
5 lines
500 B
Markdown
5 lines
500 B
Markdown
> ok it was basically... build cmd/pulumi-resource-opensshcertificate and copy it to ~/.pulumi/plugins/resource-opensshcertificate-VERSION/resource-opensshcertificate or something... run cmd/pulumi-gen-command to generate schema file, then pulumi package gen-sdk --language go on the schema file
|
|
|
|
at the stage of "to generate schema file":
|
|
./pulumi-gen-command cmd/pulumi-resource-opensshcertificate/schema.json
|
|
pulumi package gen-sdk --language go cmd/pulumi-resource-opensshcertificate/schema.json
|