pulumi/pkg
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
..
apitype Add necessary refresh apitypes (#1299) 2018-04-30 17:42:24 -07:00
backend Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
diag Add a new tree-view form for the progress view. (#1260) 2018-04-24 11:13:22 -07:00
encoding Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
engine Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
graph Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
operations Use glog instead of printf 2018-04-27 18:27:37 -07:00
resource Run Configure calls in parallel (#1321) 2018-05-04 14:29:47 -07:00
testing Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
tokens Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
tools Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
util Add support for CPU and heap profiling. (#1318) 2018-05-04 11:26:53 -07:00
version Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
workspace Introduce backend.StackReference 2018-04-18 04:54:02 -07:00