pulumi/pkg/backend
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
..
cloud Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00
local Fix some small display issues 2018-03-09 13:46:54 -08:00
state Upgrade configuration files on first run 2018-02-28 17:37:18 -08:00
backend.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00
display.go Emit richer events for resource steps 2018-03-09 13:11:42 -08:00
stack.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00
updates.go Add deployment to UpdateInfo (#1013) 2018-03-08 13:56:59 -08:00