Meaning am i better off using go or js ?
# general
n
Meaning am i better off using go or js ?
c
TS/JS is by a huge margin the most mature.
👍 1
my anecdotal experience is also that people who use the Go version tend to “get” Pulumi only after using the TS version.
I love Go, but TS has a lot of little things that are really well-suited to the problem space.
n
The thing i like about the go thingy is being able to tell people to use
go get <url>
.. and voila they can stand a cluster in k8s !
c
indeed, that is totally sweet.
buuut
n
Our product team would love not having to clone or deal with git
c
you can also use
pulumi new <url>
to do the same thing!
n
oh even better !
c
This will download everything and set up your dependencies, and so on.
ALl you have to do then is run pulumi up
n
so the url will be a git url ?
c
it is usually a github url
n
we use hosted git .. i hope we can use that
c
@nutritious-grass-41895 I forget if we allow non-github at this point
@microscopic-pilot-97530?
@white-balloon-205?
I think no, right?
n
ouch 😞
c
eh, well, eventually we’ll do it.
n
i am sure ... its a matter of time
b
I know we explicitly went out of our way to support Gists. Not sure how that works, honestly. @microscopic-pilot-97530 is the expert but he's traveling this week. @creamy-potato-29402 Do you mind filing an issue in pulumi/pulumi to track supporting this from arbitrary URLs, if we don't already?
w
FWIW - the details of what is supported are here: https://github.com/pulumi/pulumi/pull/1727. We should move those notes into the docs.
c