When building a Pulumi Package, is there any way t...
# general
b
When building a Pulumi Package, is there any way to generate SDKs with a different organization? My package is called
foobar
, and when I build the Node package it builds as
@pulumi/foobar
, which I can’t publish because I don’t own Pulumi. Is it possible to get it to build as
@acme/foobar
instead?
b
💯 1
🙏 1