Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
b
bitter-island-28909
10/15/2021, 6:08 PM
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
billowy-army-68599
10/16/2021, 2:22 AM
yes
@bitter-island-28909
! set the package name in your schema:
https://github.com/jaxxstorm/pulumi-awsvpc/blob/dev/provider/cmd/pulumi-resource-awsvpc/schema.json#L92
💯 1
🙏 1
Post