pulumi/cmd
joeduffy 53cf9f8b60 Tidy up a few things
* Print a pretty message if the plan has nothing to do:

        "info: nothing to do -- resources are up to date"

* Add an extra validation step after reading in a snapshot,
  so that we detect more errors sooner.  For example, I've
  fed in the wrong file several times, and it just chugs
  along as though it were actually a snapshot.

* Skip printing nulls in most plan outputs.  These just
  clutter up the output.
2017-02-24 16:44:46 -08:00
..
create.go Implement updates 2017-02-23 14:56:23 -08:00
delete.go Implement updates 2017-02-23 14:56:23 -08:00
describe.go Print the dependency key and value during describe 2017-02-21 12:30:31 -08:00
eval.go Redo object monikers 2017-02-24 14:50:02 -08:00
get.go
mu.go Repivot plan/apply commands; prepare for updates 2017-02-22 11:21:26 -08:00
shared.go Tidy up a few things 2017-02-24 16:44:46 -08:00
update.go Implement updates 2017-02-23 14:56:23 -08:00
verify.go Add a mu verify command 2017-02-03 19:27:37 -08:00
version.go