pulumi/pkg/backend/local
joeduffy 7c7f6d3ed7 Bring back preview, swizzle some flags
This changes the CLI interface in a few ways:

* `pulumi preview` is back!  The alternative of saying
  `pulumi update --preview` just felt awkward, and it's a common
  operation to want to perform.  Let's just make it work.

* There are two flags consistent across all update commands,
  `update`, `refresh`, and `destroy`:

    - `--skip-preview` will skip the preview step.  Note that this
      does *not* skip the prompt to confirm that you'd like to proceed.
      Indeed, it will still prompt, with a little warning text about
      the fact that the preview has been skipped.

    * `--yes` will auto-approve the updates.

This lands us in a simpler and more intuitive spot for common scenarios.
2018-05-06 13:55:39 -07:00
..
backend.go Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
crypto.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
display.go Add a hidden --no-interactive flag so that we can reduce interactive noise when running jenkins. (#1262) 2018-04-24 14:23:08 -07:00
jsonmessage.go Add a new tree-view form for the progress view. (#1260) 2018-04-24 11:13:22 -07:00
progress.go Simplify code that decides to show stack outputs. (#1332) 2018-05-06 11:30:20 -07:00
rows.go Print stack outputs at the end of an update. (#1327) 2018-05-05 12:54:57 -07:00
snapshot.go Snapshot management overhaul and refactor (#1273) 2018-04-25 17:20:08 -07:00
stack.go Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
state.go Re-introduce interface for snapshot management (#1254) 2018-04-23 14:12:13 -07:00