pulumi/pkg/diag
CyrusNajmabadi 1908a18d20 Loosen resource targeting restrictions. (#3426)
- If an untargeted create would not affect the inputs of any targeted
  resources, do not fail the update. Untargeted creates that are
  directly dependend on by targeted resources will still cause failures
  that inform the user to add the untargeted resources to the --target
  list.
- Users may now pass the `--target-dependents` flag to allow targeted
  destroys to automatically target dependents that must be destroyed in
  order to destroy an explicitly targeted resource.
2019-11-18 20:28:25 -08:00
..
colors Fix another colorizer bug. (#3417) 2019-10-29 10:55:30 -07:00
diag.go Add support for providing a log stream-id to our RPC interface. (#1627) 2018-07-11 15:04:00 -07:00
errors.go Loosen resource targeting restrictions. (#3426) 2019-11-18 20:28:25 -08:00
sink.go Make a smattering of CLI UX improvements 2018-09-24 08:43:46 -07:00
sink_test.go Revert "Plumb `LogRequest.IsStatus` through the logging subsystem" 2018-08-31 15:56:53 -07:00