pulumi/pkg/backend
Alex Clemmer da82638edd Add query primitives to state backend
Because `pulumi query` is not implemented with the update
infrastructure, it is important that we *not* do things like open an
update when the query program runs.

This commit will thus implement the "query" path in the state backend in
a completely parallel universe. Conceptually, this is much like the
update path, but with a conspicuous lack of any connection to the
backend service.
2019-05-02 18:08:08 -07:00
..
display Add display mode for pulumi query 2019-05-02 18:08:08 -07:00
filestate Add query primitives to state backend 2019-05-02 18:08:08 -07:00
httpstate Add query primitives to state backend 2019-05-02 18:08:08 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
backend.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00
snapshot.go Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
snapshot_test.go Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
stack.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00
updates.go Fix spelling (#2567) 2019-03-19 11:35:17 -07:00