pulumi/tests/integration
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
..
config_basic Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
dependency_steps Lift snapshot management out of the engine and serialize writes to snapshot (#1069) 2018-04-12 09:55:34 -07:00
diff Disable interactive mode for a CI/CD server. (#1297) 2018-04-30 15:27:53 -07:00
empty Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
project_main Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Fix the protect_resources test (#1228) 2018-04-18 12:26:46 -07:00
stack_bad_parenting Require a resource's parent to actually be a resource. (#1266) 2018-04-24 17:23:18 -07:00
stack_dependencies Code review feedback: 2018-02-22 13:33:50 -08:00
stack_outputs Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_parenting Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_project_name Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
steps Disallow capturing 'this' inside a lambda (#1138) 2018-04-09 15:57:39 -07:00
integration_test.go Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00