pulumi/pkg/backend/cloud
Justin Van Patten 8906731315
Adds a pulumi new command to scaffold a project (#1008)
This adds a `pulumi new` command which makes it easy to quickly
automatically create the handful of needed files to get started building
an empty Pulumi project.

Usage:

```
$ pulumi new typescript
```

Or you can leave off the template name, and it will ask you to choose
one:

```
$ pulumi new
Please choose a template:
> javascript
  python
  typescript
```
2018-03-09 15:27:55 -08:00
..
api.go Fix up API URLs 2018-02-18 08:08:15 -08:00
backend.go Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00
context.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
context_test.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
stack.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00