it would be extra-nice if you could specify a loca...
# general
b
it would be extra-nice if you could specify a local folder or file:// url to
pulumi new
for the template
w
Could you open an issue on this? It does seem like something that would be easy to add. Also curious what the use case is?
b
will do yeah
i've been making a set of stacks which contain base functionality we e.g. docker registry, dns zone. then another that imports those and adds a kube cluster with some resources
the next step is allow devs to create a stack which imports all those resources easily to deploy an app
getClusterLayer().then(x => x.installApp('imge-name:0.1.0')) etc
and have their own resources in their own state file / branch without being able to interfere with core resources