pulumi/cmd
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
..
apply.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
compile_shared.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
describe.go Print the dependency key and value during describe 2017-02-21 12:30:31 -08:00
eval.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
get.go Begin merging MuPackage/MuIL into the compiler 2017-01-17 17:04:15 -08:00
mu.go Add a mu verify command 2017-02-03 19:27:37 -08:00
plan.go Implement snapshot MuGL 2017-02-21 18:31:43 -08:00
verify.go Add a mu verify command 2017-02-03 19:27:37 -08:00
version.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00