pulumi/pkg/resource
joeduffy d4911ad6f6 Implement snapshot MuGL
This change adds support for serializing snapshots in MuGL, per the
design document in docs/design/mugl.md.  At the moment, it is only
exposed from the `mu plan` command, which allows you to specify an
output location using `mu plan --output=file.json` (or `-o=file.json`
for short).  This serializes the snapshot with monikers, resources,
and so on.  Deserialization is not yet supported; that comes next.
2017-02-21 18:31:43 -08:00
..
context.go Fix a few things 2017-02-20 13:55:09 -08:00
diff.go Begin resource modeling and planning 2017-02-17 12:31:48 -08:00
moniker.go Create object monikers 2017-02-18 10:22:04 -08:00
mugl.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
plan.go Fix a few things 2017-02-20 13:55:09 -08:00
plugin.go Fix a few things 2017-02-20 13:55:09 -08:00
properties.go Make property logic nil-sensitive 2017-02-20 13:27:31 -08:00
provider.go Implement resource provider plugins 2017-02-19 11:08:06 -08:00
resource.go Make property logic nil-sensitive 2017-02-20 13:27:31 -08:00
rpc.go Fix a few things 2017-02-20 13:55:09 -08:00
snapshot.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
stable.go Begin resource modeling and planning 2017-02-17 12:31:48 -08:00