pulumi/examples
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
..
analyzers/infosec Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
compat/v0.10.0/minimal Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
dynamic-provider Lift snapshot management out of the engine and serialize writes to snapshot (#1069) 2018-04-12 09:55:34 -07:00
formattable Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
minimal Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
examples_test.go Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00