pulumi/pkg/backend/filestate
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
..
backend.go Add query primitives to state backend 2019-05-02 18:08:08 -07:00
bucket.go Add support for state in cloud object storage (S3, GCS, Azure) (#2455) 2019-04-24 20:55:39 -07:00
crypto.go Add a --config-file option for stack ops (#2258) 2018-11-30 15:11:05 -08: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 support for state in cloud object storage (S3, GCS, Azure) (#2455) 2019-04-24 20:55:39 -07:00