Another question: how am I supposed to reference a...
# getting-started
s
Another question: how am I supposed to reference a repository for a template list? I am trying to do this over git SSH, but am getting a “template not found” error. Here is the git command I am trying to use:
Copy code
pulumi new git@gitlab.<redacted>.<redacted>:infrastructure/testing/pulumi-test/-/tree/master/aws-go-appsync.git
e
I don't think this format is supported. It expects a github https url like https://github.com/pulumi/templates/templates/javascript
s
it probably just expects a https url, doesn’t have to be a github one.
This would quite a nice addition, I would say 🙂 I might go have a look at this
👍 1