pulumi/pkg/engine
joeduffy be201739b4 Make some diff formatting changes
* Don't show +s, -s, and ~s deeply.  The intended format here looks
  more like

      + aws:iam/instanceProfile:InstanceProfile (create)
          [urn=urn:pulumi:test::aws/minimal::aws/iam/instanceProfile:InstanceProfile::ip2]
          name: "ip2-079a29f428dc9987"
          path: "/"
          role: "ir-d0a632e3084a0252"

  versus

      + aws:iam/instanceProfile:InstanceProfile (create)
        + [urn=urn:pulumi:test::aws/minimal::aws/iam/instanceProfile:InstanceProfile::ip2]
        + name: "ip2-079a29f428dc9987"
        + path: "/"
        + role: "ir-d0a632e3084a0252"

  This makes it easier to see the resources modified in the output.

* Print adds/deletes during updates as

      - property: "x"
      + property: "y"

  rather than

      ~ property: "x"
      ~ property: "y"

  the latter of which doesn't really tell you what's new/old.

* Show parent indentation on output properties, so they line up correctly.

* Only print stack outputs if not undefined.
2017-11-26 09:39:29 -08:00
..
deploy.go Make some diff formatting changes 2017-11-26 09:39:29 -08:00
destroy.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
engine.go PR feedback. 2017-10-23 10:11:09 -07:00
env.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00
events.go Break the diag goroutine upon exit 2017-10-22 15:52:00 -07:00
eventsink.go Stop formatting output that should be raw. 2017-11-14 11:26:41 -08:00
pack.go Allow overriding a Pulumi.yaml's entrypoint (#582) 2017-11-16 07:49:07 -08:00
plan.go Make some diff formatting changes 2017-11-26 09:39:29 -08:00
preview.go Initial work on tracing support (#521) 2017-11-08 17:08:51 -08:00