pulumi/pkg/testing/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
..
command.go Require pulumi login before commands that need a backend 2018-04-05 10:19:41 -07:00
program.go Bring back preview, swizzle some flags 2018-05-06 13:55:39 -07:00
program_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
pulumi.go Remove test token 2018-05-04 18:02:25 -07:00
s3reporter.go Reparameterize NewUniqueHex/ID 2017-12-10 07:44:11 -08:00
util.go Validate stack properties like names, runtime, etc. (#1146) 2018-04-11 10:08:32 -07:00