pulumi/pkg/backend/cloud
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
..
client Put StartUpdateRequest in POST body (#1305) 2018-05-01 20:40:55 -07:00
backend.go Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
context.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
context_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -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