pulumi/pkg
Luke Hoban 25206c5ea8 Add an experimental pulumi watch command (#3391)
Adds a new experimental `pulumi watch` CLI command which can be used for inner loop development on a Pulumi stack.  This command is only available currently via `PULUMI_EXPERIMENTAL=true` while in active development.

The `watch` command does the following:
1. Watches the workspace (the tree rooted at the `Pulumi.yaml` file) for changes
2. Triggers an `update` to the stack whenever there is a change
3. Streams output containing summaries of key update events as well as logs from any resources under management into a combined CLI output

Part of https://github.com/pulumi/pulumi/issues/3448.

The PULUMI_EXPERIMENTAL flag also makes`query` and `policy` available.
2019-11-06 12:56:29 -08:00
..
apitype various fixes to get build running on mac (#3454) 2019-11-06 11:11:38 -08:00
backend Add an experimental pulumi watch command (#3391) 2019-11-06 12:56:29 -08:00
codegen/python Creation of generator package (#2970) 2019-07-22 17:09:35 -07:00
diag Fix another colorizer bug. (#3417) 2019-10-29 10:55:30 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine error instead of panic when different resources use the same alias (#3457) 2019-11-06 08:49:13 -08:00
graph Improve stack graph. (#3431) 2019-10-31 17:39:15 -07:00
npm fix: node_modules typo (#3175) 2019-09-09 23:11:35 +03:00
operations Collect logs from Google Cloud Functions 2019-04-08 09:44:05 -07:00
resource error instead of panic when different resources use the same alias (#3457) 2019-11-06 08:49:13 -08:00
secrets Cache account information. (#3340) 2019-10-15 15:37:57 -07:00
testing Support lists and maps in config (#3342) 2019-11-01 13:41:27 -07:00
tokens Fix comment about QName regex (#3121) 2019-08-20 14:43:48 -07:00
tools Add a WriteString method to tools/GenWriter. (#1839) 2018-08-29 14:43:20 -07:00
util Add codefresh CI detection. Thanks to @fernandocarletti. (#3270) 2019-09-25 14:41:13 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Support lists and maps in config (#3342) 2019-11-01 13:41:27 -07:00