pulumi/pkg
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
..
apitype Add deployment to UpdateInfo (#1013) 2018-03-08 13:56:59 -08:00
backend Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00
diag Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
encoding Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
engine Respond to some Pull Request feedback 2018-03-09 13:23:25 -08:00
graph Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
operations Have MakeKey fail if namespace contains a colon 2018-03-08 11:52:48 -08:00
resource Merge pull request #1025 from pulumi/SerializePluginLoads 2018-03-09 15:20:42 -08:00
testing Honor PULUMI_FAILED_TESTS_DIR when destroy fails 2018-03-07 11:26:42 -08:00
tokens Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
tools Add a commentChars parameter to EmitHeaderWarning (#827) 2018-01-22 09:32:37 -08:00
util Add a package apitype comment 2018-02-28 13:24:38 -08:00
version Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
workspace Adds a pulumi new command to scaffold a project (#1008) 2018-03-09 15:27:55 -08:00