pulumi/pkg/backend/httpstate
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
..
client Add pulumi stack rename 2019-03-19 11:04:33 -07:00
backend.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00
console.go Rename backend packages 2018-09-05 07:32:42 -07:00
console_test.go Rename backend packages 2018-09-05 07:32:42 -07:00
snapshot.go Rename backend packages 2018-09-05 07:32:42 -07:00
stack.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00
state.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00