mirror of https://github.com/pulumi/pulumi.git
694 B
694 B
Improvements
-
[cli] The engine will now warn when a resource option is applied to a Component resource when that option will have no effect. This extends #9863 which only warns for the
ignoreChanges
resource options. #9921 -
[auto/*] Add a option to control the
--show-secrets
flag in the automation API. #9879