mirror of https://github.com/pulumi/pulumi.git
7c7f6d3ed7
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. |
||
---|---|---|
.. | ||
config_basic | ||
dependency_steps | ||
diff | ||
empty | ||
project_main | ||
project_main_abs | ||
project_main_parent | ||
protect_resources | ||
stack_bad_parenting | ||
stack_dependencies | ||
stack_outputs | ||
stack_parenting | ||
stack_project_name | ||
steps | ||
integration_test.go |