hi all! What's the `template | url` parameter in ...
# general
h
hi all! What's the
template | url
parameter in
pulumi up
? it's not documented in the reference manual
m
on pulumi new, you can give a template url. Is that what you are asking about?
pulumi new --template <https://github.com/pulumi/examples/tree/master/aws-ts-s3-folder>
h
pulumi up
Copy code
pulumi up [template|url] [flags]
m
hmm, that's interesting. I don't actually know.
Oh, so its basically doing
pulumi new <template> && pulumi up
all at once