pulumi/tests
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 Change default of where stack is created (#971) 2018-02-26 11:00:16 -08:00
integration Change represention of config.Key 2018-03-08 10:52:25 -08:00
history_test.go Make some stack-related CLI improvements (#947) 2018-02-16 15:03:54 -08:00
init_test.go Add Pulumi.com backend, unify cobra Commands 2017-11-02 11:19:00 -07:00
main_test.go Create backups of all local stack checkpoint files (#949) 2018-02-20 21:05:57 -08:00
new_test.go Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00
stack_test.go Change default of where stack is created (#971) 2018-02-26 11:00:16 -08:00