mirror of https://github.com/pulumi/pulumi.git
![]() Fixes: #2086 ``` pulumi new --help Create a new Pulumi project and stack from a template. ... To create a project from a user defined template location in source control, pass the url as follows e.g. * pulumi new https://gitlab.com/<user>/<repo> * pulumi new https://bitbucket.org/<user>/<repo> * pulumi new https://github.com/<user>/<repo> To create the project from a branch of the user defined source control location, pass the url to the branch, e.g. * pulumi new https://gitlab.com/<user>/<repo>/tree/<branch> * pulumi new https://bitbucket.org/<user>/<repo>/tree/<branch> * pulumi new https://github.com/<user>/<repo>/tree/<branch> ``` |
||
---|---|---|
.. | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
go.mod | ||
go.sum |