Hi , I have an idea: You know, For other business...
# general
o
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
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
You can use Pulumi Component Packages? https://www.pulumi.com/docs/using-pulumi/pulumi-packages/
l
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
@little-cartoon-10569 good idea, you remind me, just use the language’s normal packaging tools.