Hello, what is the way to do `pulumi package add` ...
# general
b
Hello, what is the way to do
pulumi package add
to component libraries?
PulumiPlugin.yaml
is not supported it seems as the CLI is looking only for
Pulumi.yaml
. while referencing nuget packages is supported in components, can't see a problem why locally generated SDKs would not be like that?
q
Hey, you should be able to do
pulumi package gen-sdk
to generate the SDK to use in your component-library (you might need to use the
--local
flag).
b
hmm, I'll check we changed our project layout for now so it is not an issue (yet).