https://pulumi.com logo
o

orange-airport-64592

07/20/2023, 3:05 AM
Hi , I have an idea: You know, For other business projects, we have a concept of packaging and publishing, such as packaging into jar files or docker images for easy testing and publishing. Similarly, for pulumi projects that require testing and publishing (code needs fixed), what can we do? How can I package my pulumi project?
f

fresh-zebra-397

07/20/2023, 3:12 AM
do you keep your code in an SCM platform of some sort? maybe you could use a pipeline to create a zip file as an artifact or something?
f

fierce-ability-58936

07/20/2023, 3:15 AM
You can use Pulumi Component Packages? https://www.pulumi.com/docs/using-pulumi/pulumi-packages/
l

little-cartoon-10569

07/20/2023, 4:13 AM
That's not really for projects though, that's for resources or groups of resources. For projects, you'd have to publish a package using your preferred language's normal packaging tools.
o

orange-airport-64592

07/20/2023, 5:44 AM
@little-cartoon-10569 good idea, you remind me, just use the language’s normal packaging tools.